Expand description
Error types for register interface operations.
This module provides a two-tier error handling system:
- Specific error types that preserve detailed error information including the underlying error types
- A generic
Errortype that can represent any error case but forgoes the specific error details
This approach allows for detailed error handling when needed while also providing a simpler, unified error type when the specific details aren’t required.
Enums§
- Command
Error - Error that can occur when executing a command.
- Error
- A simplified error type that represents any error that can occur during register operations.
- Read
Register Error - Error that can occur when reading from a register.
- Write
Register Error - Error that can occur when writing to a register.