lories.components.errors ======================== .. py:module:: lories.components.errors .. autoapi-nested-parse:: lories.components.errors ~~~~~~~~~~~~~~~~~~~~~~~~ Exceptions ---------- .. autoapisummary:: lories.components.errors.ComponentError lories.components.errors.ComponentUnavailableError Module Contents --------------- .. py:exception:: ComponentError(component: lories._core._component.Component, *args, **kwargs) Bases: :py:obj:`lories.core.errors.ResourceError` .. autoapi-inheritance-diagram:: lories.components.errors.ComponentError :parts: 1 :private-bases: Raise if an error occurred accessing the connector. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: ComponentUnavailableError Bases: :py:obj:`lories.core.errors.ResourceUnavailableError`, :py:obj:`ComponentError` .. autoapi-inheritance-diagram:: lories.components.errors.ComponentUnavailableError :parts: 1 :private-bases: Raise if an accessed connector can not be found. Initialize self. See help(type(self)) for accurate signature.