parallel45 API error

validation_failed

Validation failed

Published ahead of the API. No endpoint emits this code yet — error exits currently carry type: "about:blank". Read this as the intended contract, not as a description of live behaviour. About this catalogue

Problem type
https://errors.parallel45.tech/validation_failed
HTTP status
400
Retryable
No — the identical request will fail identically.

What it means

The request did not satisfy the endpoint's schema or its field-level rules.

One or more fields were absent, of the wrong type, or outside the range the endpoint accepts. The problem document's errors array names each offending field, so a caller can correct every fault in one round trip rather than discovering them one at a time.

What to do

Read the errors array, fix the named fields, and send the request again. Retrying the identical request will fail identically.

Do not confuse this with

A generic 4xx. A validation failure is 400, not 422 -- both implementations that serve one emit 400.