Only returned in the event of an error condition.
| Name | Type | Description | Notes |
|---|---|---|---|
| source | str | An element used to indicate the source of the issue causing this error. Must be one of * 'MDES' * 'INPUT'<br> Max Length: 32 | [optional] |
| error_code | str | An error code generated by the gateway if the error occurs before reaching the MDES application. Max Length: 100 | [optional] |
| description | str | Description of the reason the operation failed. See API Response Errors <br> Max Length: 256 | [optional] |
| reason_code | str | A reason code for the error that has occurred.<br> Max Length: 100 | [optional] |
| recoverable | bool | Generated by the gateway to indicate if the request could presented again for processing. Either "TRUE" or "FALSE" | [optional] |