Expand description
Error types for click-rs.
This module provides a comprehensive error type hierarchy that mirrors Python Click’s exception system. All errors can be displayed to users with helpful context and hints.
Structs§
- Error
Context - Context information for error formatting.
Enums§
- Click
Error - The main error type for click-rs.
- Param
Type - The type of parameter that caused an error.
Type Aliases§
- Result
- A specialized Result type for click-rs operations.