ost.helpers.errors

OST specific errors and warnings

Exceptions

DownloadError

Raised when a download goes wrong.

GPTRuntimeError

Raised when a GPT process returns wrong return code.

NotValidFileError

Raised when an output file did not pass the validation test.

ost.helpers.errors.DownloadError()[source]

Raised when a download goes wrong.

ost.helpers.errors.GPTRuntimeError(message)[source]

Raised when a GPT process returns wrong return code.

ost.helpers.errors.NotValidFileError(message)[source]

Raised when an output file did not pass the validation test.