ValidationError
A validation error.
codestringRequired
The parseable error code.
messagestringRequired
The human-readable error message.
pathstringRequired
The path leading to the validation error.
validationstringRequired
Type of the validation that failed.
Example
{
"code": "string",
"message": "string",
"path": "string",
"validation": "string"
}