Skip to content

Exceptions

JobException

Bases: Exception

Exception raised when an error occurred while processing a job

JobHasNoResultException

Bases: Exception

Exception raised when a requested job has no result that can be returned

JobNotFinishedException

Bases: Exception

Exception raised when a requested job is not finished yet

NotExistentJobException

Bases: Exception

Exception raised when a requested job does not exist

EnvVariableNotFound

Bases: Exception

Exception raised when an environment variable is not found

APIException

Bases: Exception

Exception raised when an error occurred while processing an API request

InvalidAPIResponse

Bases: Exception

Exception raised when an API response is not valid

ForbiddenByServerSettings

Bases: Exception

Exception raised when a requested action was denied by another servers settings

InvalidServerVersion

Bases: Exception

Exception raised when a server has an invalid version

ServerNotReachable

Bases: Exception

Exception raised when a server is not reachable