Errors¶
PRECONDITION_FAILED_ERROR_TYPE
¶
-
puddle.client.errors.puddle_errors.
PRECONDITION_FAILED_ERROR_TYPE
¶ Error type denoting that this is a “precondition failed” type of error.
PreconditionFailedError
¶
-
exception
puddle.client.errors.puddle_errors.
PreconditionFailedError
¶ Bases:
Exception
Exception thrown when preconditions are not met. For example when trying to start a system which is not in a stopped state.
ImageFailedError
¶
-
exception
puddle.client.errors.puddle_errors.
ImageFailedError
¶ Bases:
Exception
Exception thrown when the image enters failed state for any reason.