Error objects under the code property. They can be caught using a regular Promise catch method.
There are also some per-method error codes, which are not described below. They are mentioned under corresponding methods instead.
Connection lost
All in-flight requests fail with this one when the network connection gets lost.Customer banned
The customer has been banned.Group not found
Can be received in response to any request that accepts a group somewhere in its payload.Internal
Internal error.Pending requests limit reached
This is a rate-limiting error. You have sent out too many requests in a too short time period without waiting for them to resolve.Request timeout
The request has timed out.Service unavailable
The backend service is under heavy traffic and it had to restrict creation of a new resource.Validation
Wrong format of request, for example astring sent in the place of a number.