Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.08 KB

File metadata and controls

17 lines (12 loc) · 1.08 KB

GatewayError

Only returned in the event of an error condition.

Properties

Name Type Description Notes
source str An element used to indicate the source of the issue causing this error. e.g. Gateway [optional]
description str Description of the reason the operation failed. See API Response Errors [optional]
reason_code str A reason code for the error that has occurred. [optional]
recoverable bool Generated by the gateway to indicate if the request could presented again for processing. Either "TRUE" or "FALSE" [optional]
details bool Always NULL, present for backwards compatiility [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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