Skip to main content

Problem

The request body size is too large to be processed by the server.

Solution

Check the request response and making sure it’s less than 50 Kb.
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
Example:

"PAYLOAD_TOO_LARGE"

message
string
required

A human readable message describing the issue.

Example:

"Missing required field 'name'."

docs
string
required

A link to the documentation for the error.

Example:

"https://formizee.com/api-references/errors/code/PAYLOAD_TOO_LARGE"

requestId
string
required