githubcap.exceptions module

Exceptions that are raised inside library.

exception githubcap.exceptions.ConfigNotFound[source]

Bases: githubcap.exceptions.GithubcapException

Raised on non-existing configuration file.

exception githubcap.exceptions.ConfigurationError[source]

Bases: githubcap.exceptions.GithubcapException

Raised on invalid configuration.

exception githubcap.exceptions.GithubcapException[source]

Bases: Exception

Base class for githubcap exception tree.

exception githubcap.exceptions.HTTPError(message: dict, status_code: int)[source]

Bases: githubcap.exceptions.GithubcapException

Raised on unrecoverable HTTP errors.

exception githubcap.exceptions.MissingPassword[source]

Bases: githubcap.exceptions.GithubcapException

Raised when a user name is set but no password provided.

exception githubcap.exceptions.SchemaValidationError[source]

Bases: githubcap.exceptions.GithubcapException

Raised on schema validation failure.