Exceptions

Exceptions.

exception qarnot.exceptions.QarnotException[source]

Bases: Exception

Qarnot Exception

exception qarnot.exceptions.QarnotGenericException(msg)[source]

Bases: qarnot.exceptions.QarnotException

General Connection exception

exception qarnot.exceptions.BucketStorageUnavailableException[source]

Bases: qarnot.exceptions.QarnotException

API bucket storage is disabled.

exception qarnot.exceptions.UnauthorizedException[source]

Bases: qarnot.exceptions.QarnotException

Invalid token.

exception qarnot.exceptions.MissingProfileException[source]

Bases: qarnot.exceptions.QarnotException

Non existent profile.

exception qarnot.exceptions.MissingTaskInstanceException[source]

Bases: qarnot.exceptions.QarnotException

Non existent instance for task.

exception qarnot.exceptions.MissingTaskException[source]

Bases: qarnot.exceptions.QarnotException

Non existent task.

exception qarnot.exceptions.MissingPoolInstanceException[source]

Bases: qarnot.exceptions.QarnotException

Non existent instance for pool.

exception qarnot.exceptions.MissingPoolException[source]

Bases: qarnot.exceptions.QarnotException

Non existent pool.

exception qarnot.exceptions.MaxTaskException[source]

Bases: qarnot.exceptions.QarnotException

Max number of tasks reached.

exception qarnot.exceptions.MaxPoolException[source]

Bases: qarnot.exceptions.QarnotException

Max number of pools reached.

exception qarnot.exceptions.NotEnoughCreditsException[source]

Bases: qarnot.exceptions.QarnotException

Not enough credits exception.

exception qarnot.exceptions.MissingBucketException[source]

Bases: qarnot.exceptions.QarnotException

Non existent bucket.

exception qarnot.exceptions.MaxJobException[source]

Bases: Exception

Max number of jobs reached.

exception qarnot.exceptions.MissingJobException[source]

Bases: Exception

Non existent job.