Skip to main content

Module error

Module error 

Source
Expand description

Error types and result aliases for Clawless commands

This module re-exports anyhow error handling primitives and defines the CommandResult type alias used as the standard return type for command functions.

Structs§

Error
The Error type, a wrapper around a dynamic error type.

Traits§

ErrorContext
Trait for adding context to errors

Type Aliases§

CommandResult
Result type for Clawless commands