ProblemDetails
Problem details response
type: object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
type | string | no | A URI reference that identifies the problem type. |
status | number | no | The HTTP status code generated by the origin server for this occurrence of the problem. |
title | string | no | A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization. |
detail | string | yes | A human-readable explanation specific to this occurrence of the problem. |
instance | string | no | A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. |
code | string | no | An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry. |
errors | array | no | An array of error details to accompany a problem details response. |