Expand description
Error types for SWIFT MT message parsing
This module provides comprehensive error types with rich diagnostics for better debugging and error reporting. All errors include context information when available.
Re-exports§
pub use ParseError as MTError;
Structs§
- Error
Collection - Aggregate multiple errors for batch processing
- Error
Context - Error result with context for better debugging
Enums§
- Field
Parse Error - Field-specific parse errors
- Parse
Error - Main error type for SWIFT MT parsing
- Validation
Error - Validation-specific errors