Expand description
Common errors and error handling utilities.
Structs§
- Build
Error - An error occurred attempting to build an
Operation
from an input - Connector
Error - Error from the underlying Connector
- Display
Error Context - Provides a
Display
impl for anError
that outputs the full error context - Error
Metadata - Generic Error type
- Unknown
Variant Error - The given enum value failed to parse since it is not a known value.
Traits§
- Provide
Error Metadata - Trait to retrieve error metadata from a result