The request payload exceeds the maximum allowed size.
- Error type:
bloomreach/datahub/item-collections/records/request-body-too-large - HTTP status code:
413 - Class:
MaximumPayloadSizeExceeded - Context fields in error response:
payload_size_bytes— integermax_payload_size_bytes— integer
Error response example
{
"title": "Maximum payload size exceeded",
"type": "bloomreach/datahub/item-collections/records/request-body-too-large",
"status": 413,
"detail": "The request payload size of 1048961 bytes exceeds the maximum allowed size of 1048576 bytes. Reduce the payload size and retry.",
"context": {
"payload_size_bytes": 1048961,
"max_payload_size_bytes": 1048576
}
}
