lories.connectors.errors#
Exceptions#
Raise if an error occurred with the connection. |
|
Raise if an error occurred accessing the connector. |
|
Raise if an accessed connector can not be found. |
|
Raise if an error occurred accessing the database. |
|
Raise if an accessed database can not be found. |
Module Contents#
- exception lories.connectors.errors.ConnectionError(connector: lories._core._connector.Connector, *args, **kwargs)[source]#
Bases:
ConnectorError,ConnectionError
Raise if an error occurred with the connection.
Initialize self. See help(type(self)) for accurate signature.
- exception lories.connectors.errors.ConnectorError(connector: lories._core._connector.Connector, *args, **kwargs)[source]#
Bases:
lories.core.ResourceError
Raise if an error occurred accessing the connector.
Initialize self. See help(type(self)) for accurate signature.
Bases:
lories.core.ResourceUnavailableError,ConnectorError
Raise if an accessed connector can not be found.
Initialize self. See help(type(self)) for accurate signature.
- exception lories.connectors.errors.DatabaseException(connector: lories._core._connector.Connector, *args, **kwargs)[source]#
Bases:
ConnectorError
Raise if an error occurred accessing the database.
Initialize self. See help(type(self)) for accurate signature.
Bases:
ConnectorUnavailableError
Raise if an accessed database can not be found.
Initialize self. See help(type(self)) for accurate signature.