Exceptions

Exceptions.

exception qarnot.exceptions.QarnotException[source]

Bases: exceptions.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.MissingTaskException[source]

Bases: qarnot.exceptions.QarnotException

Non existent task.

exception qarnot.exceptions.MissingBucketException[source]

Bases: qarnot.exceptions.QarnotException

Non existent bucket.

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.MissingJobException[source]

Bases: exceptions.Exception

Non existentjob.

exception qarnot.exceptions.MaxJobException[source]

Bases: exceptions.Exception

Max number of jobs reached.