Module result

Module result 

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

ChieError
Enhanced error type with context information
PanicRecovery
Panic recovery utilities for safer error handling

Enums§

ErrorKind
Categories of errors in the CHIE protocol

Traits§

ResultExt
Extension trait to add context to any result

Functions§

set_telemetry_handler
Set the global error telemetry handler

Type Aliases§

ChieResult
Generic result type for CHIE operations