lories.components.errors#
Exceptions#
Raise if an error occurred accessing the connector. |
|
Raise if an accessed connector can not be found. |
Module Contents#
- exception lories.components.errors.ComponentError(component: lories._core._component.Component, *args, **kwargs)[source]#
Bases:
lories.core.errors.ResourceError
Raise if an error occurred accessing the connector.
Initialize self. See help(type(self)) for accurate signature.
Bases:
lories.core.errors.ResourceUnavailableError,ComponentError
Raise if an accessed connector can not be found.
Initialize self. See help(type(self)) for accurate signature.