Exceptions¶
Custom blueno exceptions used through the library
BluenoUserError ¶
Bases: Exception
An exception for user errors.
GenericBluenoError ¶
Bases: Exception
Catch-all exception for generic Blueno orchestration errors.
DuplicateJobError ¶
Bases: Exception
Raised when attempting to create a job that already exists.
InvalidJobError ¶
Bases: Exception
Raised when attempting to create a job that is invalid.
JobNotFoundError ¶
Bases: Exception
Raised when a job is not found.
Unreachable ¶
Bases: Exception
Raised when supposedly unreachable code is executed (should never happen).