Response signature
Error responses are returned with a JSON object with the following signature:string
required
The error code.
BAD_REQUEST, UNAUTHORIZED, FORBIDDEN, NOT_FOUND,
METHOD_NOT_ALLOWED, TOO_MANY_REQUESTS, INTERNAL_SERVER_ERROR,
SERVICE_UNAVAILABLEstring
required
A human-readable message providing more details about the error.
array
An array of issues that caused the error. For example input fields that are
invalid.