ComponentError
Represents the possible errors that can occur during the execution of a Component.
Inheritors
Types
Represents the error that occurs when the component is trying to be used before the initialization.
Represents the error that occurs when try to communicate with a component that is not registered.
Represents a generic error that occurs during the execution of the component. The error is represented by a message.
Represents the error that occurs when the component is finalized before the initialization.
Represents the error that occurs when the injector is not initialized.
Represents the error that occurs when the wiring of the components is not initialized.
Rethrow the error raised by the Channel in the context of the Component. This is used to propagate the underling CommunicatorError to the Component.