{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Error", "type": "object", "description": "Error Object", "properties": { "Source": { "type": "string", "description": "An element used to indicate the source of the issue causing this error." }, "ReasonCode": { "type": "string", "description": "A reason code for the error that has occurred." }, "Description": { "type": "string", "description": "Description of the reason the operation failed." }, "Recoverable": { "type": "boolean", "description": "Generated by the gateway to indicate if the request could presented again for processing. Either \"true\" or \"false\"." }, "Details": { "type": "string", "description": "Identifies the description of the error." } } }