Expand description
MaybeError trait for types that may contain error information.
This module provides the MaybeError trait which allows types to represent
either successful data or error states. It integrates with the DynamoError
system to provide structured error handling.
Traitsยง
- Maybe
Error - A trait for types that may contain error information.