Exceptions

Exceptions which are used throughout the codebase

class pubtools._quay.exceptions.ManifestTypeError[source]

Occurs when an incorrect manifest type is encountered.

class pubtools._quay.exceptions.RegistryAuthError[source]

Occurs when registry authentication encounters an issue.

class pubtools._quay.exceptions.BadPushItem[source]

Occurs when a bad push item is being processed.

class pubtools._quay.exceptions.InvalidTargetSettings[source]

Occurs when required target setting is missing or has an incorrect value.

class pubtools._quay.exceptions.InvalidRepository[source]

Occurs when a repository hasn’t passed its validation checks.

class pubtools._quay.exceptions.SigningError[source]

Occurs when there was an issue in the container signing process done by RADAS.