Crate cgp_error

Crate cgp_error 

Source

Structs§

ErrorOnly
ErrorRaiserComponent
ErrorTypeProviderComponent
ErrorWrapperComponent

Traits§

CanRaiseError
The CanRaiseError trait is used to raise any concrete error type into an abstract error provided by HasErrorType.
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
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