Skip to main content

Module error

Module error 

Source
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§

ClipboardError
Errors that can occur during clipboard operations.
ConfigError
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