Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 581 Bytes

ErrorResponse.md

File metadata and controls

11 lines (8 loc) · 581 Bytes

ErrorResponse

Properties

Name Type Description Notes
code str The error code (mostly the HTTP status description) [optional]
message str A detailed message of the error that helps you to correct your request. [optional]
id str The request ID which can be used for investigation purposes. [optional]

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