Const ReadonlyReadonlyHTTP_ERROR: "HTTP_ERROR"HTTP error - server returned 4xx or 5xx status
ReadonlyTIMEOUT: "TIMEOUT"Timeout error - request exceeded time limit
ReadonlyNETWORK_ERROR: "NETWORK_ERROR"Network error - connectivity or DNS issues
ReadonlyABORTED: "ABORTED"Aborted error - request was manually cancelled
ReadonlyJSON_PARSE_ERROR: "JSON_PARSE_ERROR"JSON parsing error - invalid JSON response
ReadonlyTEXT_PARSE_ERROR: "TEXT_PARSE_ERROR"Text parsing error - failed to read as text
ReadonlyBLOB_PARSE_ERROR: "BLOB_PARSE_ERROR"Blob parsing error - failed to read as blob
ReadonlyARRAYBUFFER_PARSE_ERROR: "ARRAYBUFFER_PARSE_ERROR"ArrayBuffer parsing error - failed to read as buffer
ReadonlyUNKNOWN_ERROR: "UNKNOWN_ERROR"Unknown error - unexpected error type
Error codes used throughout the API client