Skip to main content

Module error

Module error 

Source
Expand description

Error handling utilities

This module provides shared error handling utilities including the Traceable trait for generating detailed error traces and the ErrorKind enum for high-level error categorization.

Modules§

kind
traceable

Enums§

ErrorKind
Generic error categories for command failures

Traits§

Traceable
Trait for errors that can generate detailed traces