ProblemDetails
RFC 7807 problem document used for all errors.
typestringnullable
titlestring
statusint32
detailstring
Human-readable error message.
errors object[]
Array [
namestring
reasonstring
]
ProblemDetails
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"errors": [
{
"name": "string",
"reason": "string"
}
]
}