Skip to main content

Module error

Module error 

Source
Expand description

Error types for the IronFix FIX protocol engine.

This module provides a unified error hierarchy using thiserror for typed, domain-specific errors across all IronFix operations.

Enums§

DecodeError
Errors that occur during FIX message decoding.
EncodeError
Errors that occur during FIX message encoding.
FixError
Top-level error type for all IronFix operations.
SessionError
Errors in FIX session layer operations.
StoreError
Errors in message store operations.

Type Aliases§

Result
Result type alias using FixError as the error type.