lories.components.errors#

Exceptions#

ComponentError

Raise if an error occurred accessing the connector.

ComponentUnavailableError

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

Inheritance diagram of lories.components.errors.ComponentError

Raise if an error occurred accessing the connector.

Initialize self. See help(type(self)) for accurate signature.

exception lories.components.errors.ComponentUnavailableError[source]#

Bases: lories.core.errors.ResourceUnavailableError, ComponentError

Inheritance diagram of lories.components.errors.ComponentUnavailableError

Raise if an accessed connector can not be found.

Initialize self. See help(type(self)) for accurate signature.