Expand description
Generic result type with error context for better error handling
This module provides a ChieResult<T> type that wraps errors with additional context,
making it easier to debug and understand where errors occurred.
Structs§
- Chie
Error - Enhanced error type with context information
- Panic
Recovery - Panic recovery utilities for safer error handling
Enums§
- Error
Kind - Categories of errors in the CHIE protocol
Traits§
- Result
Ext - Extension trait to add context to any result
Functions§
- set_
telemetry_ handler - Set the global error telemetry handler
Type Aliases§
- Chie
Result - Generic result type for CHIE operations