Expand description
Unified error handling for the AX Exchange adapter.
This module provides a comprehensive error taxonomy that distinguishes between retryable, non-retryable, and fatal errors, with proper context preservation for debugging and operational monitoring.
Enumsยง
- AxError
- The main error type for all AX Exchange adapter operations.
- AxFatal
Error - Fatal errors that require manual intervention.
- AxNon
Retryable Error - Errors that should not be retried automatically.
- AxRetryable
Error - Errors that should be retried with appropriate backoff.