Batch API Status Codes

DOCS

Last updated: Feb 27th, 8:26am


Status   code Response Description
400 INVALID_REQUEST The request is not well-formed, syntactically incorrect, or violates schema.
403 NOT_AUTHORIZED The authorization failed due to insufficient permissions.
404 RESOURCE_NOT_FOUND The specified resource does not exist.
422 UNPROCESSABLE_ENTITY The requested action could not be completed, is semantically incorrect, or failed business validation.
500 INTERNAL_SERVER_ERROR An internal server error has occurred.