jobcontrol.exceptions
This module contains the exceptions used by JobControl.
-
exception jobcontrol.exceptions.JobControlException[source]
Base for JobControl exceptions
-
exception jobcontrol.exceptions.NotFound[source]
Exception used to indicate something was not found.
Pretty generic, but useful for returning 404s..
-
exception jobcontrol.exceptions.MissingDependencies[source]
Exception used to indicate a build dependency was not met
(i.e. job has no successful builds).
-
exception jobcontrol.exceptions.SkipBuild[source]
Exception raised by builds to indicate the current build
should be skipped, eg. because there is no need for a rebuild.
-
exception jobcontrol.exceptions.SerializationError[source]
Exception raised when serialization of a build’s return value
failed.