Expand description
Error types for the agentic-payments system
This module provides comprehensive error handling with:
- Cryptographic operation errors
- Consensus and BFT voting errors
- Agent lifecycle and communication errors
- Trust chain and validation errors
- System configuration and initialization errors
All errors include context information and support backtrace capture
when the RUST_BACKTRACE environment variable is set.
Enums§
- Agent
Error - Agent lifecycle and communication errors
- Consensus
Error - Consensus and Byzantine Fault Tolerance errors
- Crypto
Error - Cryptographic operation errors
- Error
- Top-level error type for all agentic-payments operations
- Network
Error - Network and communication errors
- Serialization
Error - Serialization and deserialization errors
- System
Error - System configuration and initialization errors
- Validation
Error - Validation and trust chain errors
Type Aliases§
- Result
- Result type alias for agentic-payments operations