Accelerate the Value of Data

API Error Codes

Error codes and recommended actions are listed in the tables below.

Best Practice for Retry Mechanism

Table 1. Best Practice for Retry Mechanism
Error Code Actions
401Do not retry until fixing of auth problem on your side, re-ask access token and try again, ask support.
403Request is Forbidden. No retry.
404Do not retry.
429Too Many Requests.
500Do not retry, service failed to serve your request, check your request / documentation, ask Support.
502Retry with exponential backoff, fail after 10 sequential tries, ask support.
503Retry with exponential backoff, fail after 12 sequential tries, ask support.
504 Retry with exponential backoff, fail after 5 sequential tries, check your request / documentation, ask Support.
Note: Time slot for exponential backoff is 1 second for the first retry and increases exponentially for others. See also Exponential backoff on wiki.

Exponential Timing Reference

Table 2. Exponential Timing Reference
IterationWaiting Time, secondsWaiting Time, minutes
110
230
370
4150
5311
6631
71272
82554
95119
10102317
11204734
12409568