DSAR
Errors

DSAR-BE-1199: REQUEST_VALIDATION_FAILED

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

  1. Inspect error.message and error.trace in the response.
  2. Correct the payload/params according to OpenAPI schema.
  3. Prefer SDK request builders to avoid drift from API contract.

Retryable

No. Retry only after correcting the request input.

Minimal Trigger Example

POST /api/v1/requests HTTP/1.1
Host: localhost:4086
Content-Type: application/json
Authorization: Bearer test-token

{}