exceptions

Exceptions used in this library.

exception pybomb.exceptions.BadRequestException

Bases: pybomb.exceptions.ClientException

Exception thrown when attempting to send a bad request.

exception pybomb.exceptions.ClientException

Bases: pybomb.exceptions.PybombException

Base Client Exception for module.

exception pybomb.exceptions.InvalidClientException

Bases: pybomb.exceptions.ClientException

Exception thrown when attempting to import a non-defined client.

exception pybomb.exceptions.InvalidFilterFieldException

Bases: pybomb.exceptions.ClientException

Exception for invalid filter fields.

exception pybomb.exceptions.InvalidResponseException

Bases: pybomb.exceptions.ClientException

Exception thrown when receiving an invalid response from selected resource.

exception pybomb.exceptions.InvalidReturnFieldException

Bases: pybomb.exceptions.ClientException

Exception for invalid return fields.

exception pybomb.exceptions.InvalidSortFieldException

Bases: pybomb.exceptions.ClientException

Exception for invalid sort fields.

exception pybomb.exceptions.PybombException

Bases: Exception

Base Exception for library.