Expand description
Error types for luff with rich diagnostic support
All error types are re-exported at this module level for convenience.
Consumers should use crate::error::ClipboardError, crate::error::ConfigError, etc.
Enums§
- Clipboard
Error - Errors that can occur during clipboard operations.
- Config
Error - Configuration-specific error types with rich diagnostics
- Error
- Main error type for luff with rich diagnostic support
Type Aliases§
- Result
- Result type alias for luff operations