Crate cgp_error

Source

Structs§

ErrorRaiserComponent
ErrorTypeProviderComponent
ErrorWrapperComponent

Traits§

CanRaiseAsyncError
CanRaiseError
The CanRaiseError trait is used to raise any concrete error type into an abstract error provided by HasErrorType.
CanWrapAsyncError
CanWrapError
ErrorRaiser
The CanRaiseError trait is used to raise any concrete error type into an abstract error provided by HasErrorType.
ErrorTypeProvider
The HasErrorType trait provides an abstract error type that can be used by CGP components to decouple the code from any concrete error implementation.
ErrorWrapper
HasAsyncErrorType
HasErrorType
The HasErrorType trait provides an abstract error type that can be used by CGP components to decouple the code from any concrete error implementation.

Type Aliases§

ErrorOf