ComponentError

Types

Link copied to clipboard

Represents the error that occurs when the component is trying to be used before the initialization.

Link copied to clipboard

Represents the error that occurs when try to communicate with a component that is not registered.

Link copied to clipboard
data class ExecutionError(val message: String) : ComponentError

Represents a generic error that occurs during the execution of the component. The error is represented by a message.

Link copied to clipboard

Represents the error that occurs when the component is finalized before the initialization.

Link copied to clipboard

Represents the error that occurs when the injector is not initialized.

Link copied to clipboard

Represents the error that occurs when the wiring of the components is not initialized.

Link copied to clipboard

Rethrow the error raised by the Channel in the context of the Component. This is used to propagate the underling CommunicatorError to the Component.