message. Messages are in the installation’s default language: rely on the HTTP code and the field names, not on the text.
The codes
Validation errors
422 with the detail field by field:
subscribers.14.email is the 15th line of a batch.
Refusals that are not about the data
Some422 answers carry only a message, because the data is valid but the operation is not possible:
Retry or not
- Retry on
429, on5xxand on network errors, with a growing delay and the sameIdempotency-Key. - Do not retry a
4xx: the same call gives the same answer. Fix it first.