ProblemDetails

Overview

The ProblemDetails schema presents the structure for providing error information.

{
type	string
nullable: true
title	string
nullable: true
status	integer($int32)
nullable: true
detail	string
nullable: true
instance	string
nullable: true
}