Creates a sanitized transport error.
The stable code for the transport failure.
A safe message intended for application logs.
OptionalrawAxiosError: unknown
The original Axios error when raw diagnostics are enabled.
Optionaloptions: AniLinkNetworkErrorOptions
Additional transport metadata such as the effective timeout duration.
Stable code used to classify the failure.
Optional ReadonlyrawOriginal Axios or transport error when raw diagnostics were enabled.
Optional ReadonlytimeoutThe effective timeout duration in milliseconds when this failure was a
timeout and a finite timeout was configured. Use it to correlate the
error with the timeout option that produced it; absent when the
timeout is disabled (0) or the failure is not a timeout.
Network, timeout, cancellation, or circuit-breaker failure.
See