{
"detail": "string",
"status": "integer",
"title": "string",
"validationErrors": [
{
"name": "string",
"path": "string",
"reason": "string"
}
]
}
Name | Type | Description | Additional |
---|---|---|---|
detail | string |
Detail about the specific HTTP error. |
|
status | integer |
The HTTP status code. |
|
title | string |
The title of the HTTP error code. |
|
validationErrors[] | array |
Validation errors of all the payload fields. |
|
validationErrors[].name | string |
The source of the validation error. |
|
validationErrors[].path | string |
The field path of the validation error. This path follows the JSON Pointer convention, see https://tools.ietf.org/html/rfc6901. |
|
validationErrors[].reason | string |
Reason of the validation error. |