Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.04 KB

Error.md

File metadata and controls

20 lines (14 loc) · 1.04 KB

Error

Error details

Properties

Name Type Description Notes
code int Error's HTTP status code. [optional]
key str Short string describing the kind of error which occurred. [optional]
message str A human-readable message providing a short description of the error. [optional]
details str A human-readable message providing more details about the error. [optional]
request_id str This ID is useful when troubleshooting and/or finding the root cause of an error response by our support team. [optional]
resource_id str Unique resource ID that can be used in another endpoint to get more details. [optional]
resource_type str The resource type. [optional]
error ErrorError [optional]

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