Skip to main content
Errors return an HTTP status code and, except as noted below, a JSON body:
A malformed JSON body returns 400 and a body over 1 MB returns 413, both as plain text. Retry 5xx errors with backoff and the same requestId. Retry a 409 for a request that’s still starting, unchanged, after a short delay. Fix the request before retrying any other 4xx error.