Unify and manage your data

API Error Codes

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

Best Practice for Retry Mechanism

When interacting with Reltio APIs, various error codes may be returned based on the request conditions or service availability. Proper handling of these errors ensures resilient and reliable application behavior. This document outlines common error codes, appropriate actions, and retry mechanisms following industry best practices.

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 Wikipedia.

Exponential Timing Reference

IterationWaiting Time, secondsWaiting Time, minutes
110
230
370
4150
5311
6631
71272
82554
95119
10102317
11204734
12409568