One validation issue returned for malformed request bodies or query parameters.
This mirrors the most important parts of a Zod issue: a machine-readable code, a human-readable message, and a structured path.
code
message
path
Machine-readable validation issue code emitted by the server validator.
Human-readable explanation of the validation failure.
Path to the invalid field, for example ["mapping", 0, "jsonPath"].
["mapping", 0, "jsonPath"]
One validation issue returned for malformed request bodies or query parameters.
This mirrors the most important parts of a Zod issue: a machine-readable
code, a human-readablemessage, and a structuredpath.