Only returned in the event of an error condition for the Transact API
| 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' <br> Max Length: 32 | [optional] |
| errorCode | String | A reason code or information pertaining to the error that has occurred. This will contain the error reported by the platform (e.g. authentication errors) or service (e.g. invalid TUR)<br> Max Length: 100 | [optional] |
| description | String | Description of the reason why the operation failed. <br> Max Length: 256 | [optional] |
| reasonCode | String | A reason code or information pertaining to the error that has occurred from the service (e.g. invalid TUR). See API Response Errors<br> Max Length: 100 | [optional] |
| errorDescription | String | DEPRECATED<br> Use description instead.<br> Max Length: 100 | [optional] |