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.

SystemFailedError

exception puddle.client.errors.puddle_errors.SystemFailedError

Bases: Exception

Exception thrown when the system enters failed state for any reason.

ValidationFailedError

exception puddle.client.errors.puddle_errors.ValidationFailedError

Bases: Exception

Exception thrown when validations do not pass. For example when the name of the system contains invalid characters.