Problem

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

Solution

Check the request response and making sure it’s correct.

code
enum<string>
required

The error code related to the status code.

Available options:
BAD_REQUEST,
FORBIDDEN,
INTERNAL_SERVER_ERROR,
UNSUPPORTED_MEDIA_TYPE,
GATEWAY_TIMEOUT,
TOO_MANY_REQUESTS,
USAGE_EXCEEDED,
DISABLED,
CONFLICT,
NOT_FOUND,
NOT_UNIQUE,
UNAUTHORIZED,
PAYLOAD_TOO_LARGE,
METHOD_NOT_ALLOWED,
UNPROCESSABLE_ENTITY
message
string
required

A human readable message describing the issue.

docs
string
required

A link to the documentation for the error.

requestId
string
required