Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 959 Bytes

File metadata and controls

13 lines (10 loc) · 959 Bytes

# Error

Properties

Name Type Description Notes
source string An element used to indicate the source of the issue causing this error. Must be one of * 'MDES' * 'INPUT' [optional]
error_code string An error code generated by the gateway if the error occurs before reaching the MDES application. maxLength: 100 [optional]
description string Description of the reason the operation failed. See API Response Errors [optional]
reason_code string 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]

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