Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 995 Bytes

ErrorModel.md

File metadata and controls

16 lines (11 loc) · 995 Bytes

ErrorModel

Properties

Name Type Description Notes
detail str A human-readable explanation specific to this occurrence of the problem. [optional]
errors [ErrorModelErrors] Optional list of individual error details [optional]
instance str A URI reference that identifies the specific occurence of the problem. [optional]
status int HTTP status code [optional]
title str A short, human-readable summary of the problem type. This value should not change between occurances of the error. [optional]
type str A URI reference to human-readable documentation for the error. [optional] if omitted the server will use the default value of "about:blank"

[Back to Model list] [Back to API list] [Back to README]