Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 718 Bytes

Error.md

File metadata and controls

13 lines (9 loc) · 718 Bytes

Error

Properties

Name Type Description Notes
code str Uniquely identifies an error condition. Client applications need to read and handle errors based on this. [optional]
message str A generic description of the error condition. [optional]
details list[ErrorDetails] Detailed information about message format errors. [optional]
decline_reason_code str Information about the decline reason. [optional]

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