ProblemDetails
ProblemDetails
A problem report detailing an error in RFC 7807 format.
JSON Example
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
string
type
Optional
A URI representing the type of the problem.
string
title
Required
A short summary of the error.
number
status
Required
The HTTP Response code associated with this error.
string
detail
Required
A detailed description of the error.
string
instance
Optional
An optional URI of the instance involved in the problem.