Exceptions

exception ocdskit.exceptions.OCDSKitError[source]

Base class for exceptions from within this package.

exception ocdskit.exceptions.CommandError[source]

Errors from within this package’s CLI.

exception ocdskit.exceptions.InconsistentVersionError(message, earlier_version=None, current_version=None)[source]

Raised if the versions are inconsistent across packages to compile.

exception ocdskit.exceptions.MissingColumnError[source]

Raised if the column by which to order is missing.

exception ocdskit.exceptions.UnknownFormatError[source]

Raised if the format of a file can’t be determined.

exception ocdskit.exceptions.MissingOcidKeyError[source]

Raised if a release to be merged is missing an ocid field.