Errors

General errors

A list of PGMob errors raised by the module

exception pgmob.errors.PostgresError(*args)

An error raised by the PGMob module

exception pgmob.errors.PostgresNameError

Incorrect name provided

exception pgmob.errors.PostgresShellCommandError(command, error_message)

An error raised when OS Command has returned a non-zero exit code

exception pgmob.errors.PostgresTypeError

Incorrect type provided

Adapter errors

Errors raised by the adapters

exception pgmob.adapters.errors.AdapterError

Generic adapter exception

exception pgmob.adapters.errors.NoResultsToFetch

Raised when query did not return any results

exception pgmob.adapters.errors.ProgrammingError

Programming adapter exception raised by the provider