Expand description
🚨 Genesis Protocol Error Types
This module defines all error types used throughout the Genesis Protocol. Each component has its own error type that can be converted to the main GenesisError for unified error handling.
Structs§
- Contextual
Error - Enhanced error with context
- Default
Error Handler - Default error handler implementation
- Error
Context - Error context for better debugging
- Error
Metrics - Error metrics for monitoring
Enums§
- Error
Recovery - Error recovery strategies
- Genesis
Error - Main error type for Genesis Protocol
Traits§
- Error
Handler - Error handler trait for custom error handling
Type Aliases§
- Genesis
Result - Result type for Genesis Protocol operations