Errors
DSAR-BE-1101: REQUEST_BODY_INVALID_JSON
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
A handler expected JSON, but the request body could not be parsed.
Probable Causes
- Body is malformed JSON.
Content-Typeis JSON but payload is empty or truncated.
How to Fix
- Send syntactically valid JSON.
- Ensure
Content-Type: application/jsonmatches the payload format.
Retryable
No. Retry only after correcting the payload.