Skip to main content

Module clients.exception

Classes

CustomApiException

class CustomApiException(e: h2o_engine_manager.gen.exceptions.ApiException)

ApiException with simplified error message.

Ancestors

  • h2o_engine_manager.gen.exceptions.ApiException
  • h2o_engine_manager.gen.exceptions.OpenApiException
  • builtins.Exception
  • builtins.BaseException

FailedEngineException

class FailedEngineException

Exception raised for STATE_FAILED while waiting for engine update.

Ancestors

  • builtins.Exception
  • builtins.BaseException

TimeoutException

class TimeoutException

Exception raised when timeout is exceeded.

Ancestors

  • builtins.Exception
  • builtins.BaseException

Feedback