Errors
DSAR-BE-1199: REQUEST_VALIDATION_FAILED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
Request validation failed, but no narrower boundary reason code was attached.
Probable Causes
- Payload shape is missing required fields.
- Parameter, query, or body semantics violate route constraints.
How to Fix
- Inspect
error.messageanderror.tracein the response. - Correct the payload/params according to OpenAPI schema.
- Prefer SDK request builders to avoid drift from API contract.
Retryable
No. Retry only after correcting the request input.