Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 968 Bytes

Error.md

File metadata and controls

15 lines (12 loc) · 968 Bytes

# Error

Properties

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

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