VALIDATION_ERROR
- HTTP status
- 400
- Details payload
{ issues: Array<{ path: string[], message: string }> }
Cause
The request body, path, or query failed contract validation at the Worker boundary.
Fix
Read details.issues: each entry names the failing field path and what was wrong with it. Correct those fields and resend.