Expand description
Error types for the simulator.
This module provides comprehensive error handling with:
- Detailed error variants for different failure modes
- Validation error support with field-level details
- Error context and chaining
- Recoverable vs. fatal error classification
Structs§
- Validation
Errors - Collection of validation errors with field-level details.
- Validation
Errors Builder - Builder for ValidationErrors.
Enums§
- Error
- Simulator error types.
- Error
Severity - Error severity levels.
Traits§
- Result
Ext - Extension trait for Result to add context.
Type Aliases§
- Result
- Result type alias using [
Error].