Module error

Module error 

Source
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.
AxFatalError
Fatal errors that require manual intervention.
AxNonRetryableError
Errors that should not be retried automatically.
AxRetryableError
Errors that should be retried with appropriate backoff.