Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 836 Bytes

ModelError.md

File metadata and controls

14 lines (11 loc) · 836 Bytes

ModelError

Properties

Name Type Description Notes
Fault bool Is the error a server-side fault? [default to null]
Id string ID is a unique identifier for this particular occurrence of the problem. [default to null]
Message string Message is a human-readable explanation specific to this occurrence of the problem. [default to null]
Name string Name is the name of this class of errors. [default to null]
Temporary bool Is the error temporary? [default to null]
Timeout bool Is the error a timeout? [default to null]

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