Variable AniLinkErrorCodesConst
AniLinkErrorCodes: {
ABORTED: "ABORTED_ERROR";
API: "API_ERROR";
AUTH: "AUTH_ERROR";
NETWORK: "NETWORK_ERROR";
TIMEOUT: "TIMEOUT_ERROR";
UNKNOWN: "UNKNOWN_ERROR";
VALIDATION: "VALIDATION_ERROR";
} = ...
Type Declaration
-
ReadonlyABORTED: "ABORTED_ERROR"
-
ReadonlyAPI: "API_ERROR"
-
ReadonlyAUTH: "AUTH_ERROR"
-
ReadonlyNETWORK: "NETWORK_ERROR"
-
ReadonlyTIMEOUT: "TIMEOUT_ERROR"
-
ReadonlyUNKNOWN: "UNKNOWN_ERROR"
-
ReadonlyVALIDATION: "VALIDATION_ERROR"
Stable error codes returned by the AniLink transport boundary.
These codes let consumers classify failures without depending on Axios implementation details or matching human-readable messages.