ProblemDetails
Overview
The ProblemDetails schema contains the framework for an error message that may appear.
{
type string
nullable: true
title string
nullable: true
status integer($int32)
nullable: true
detail string
nullable: true
instance string
nullable: true
}