ValidationProblemDetails
typestringnullable
URI reference identifying the problem type, as defined by RFC 7807.
titlestringnullable
Short human-readable summary of the problem type.
statusinteger<int32>nullable
HTTP status code of the response, repeated in the body.
detailstringnullable
Human-readable explanation of what went wrong in this specific case.
instancestringnullable
URI reference identifying this specific occurrence of the problem.
errors objectnullable
Validation messages grouped by request field: each key is a field name, each value is the list of problems found in it.
property name* string[]
Array [
string
]
property name*any
ValidationProblemDetails
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"errors": {}
}