Skip to main content

ProblemDetails

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.

property name*any
ProblemDetails
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}