Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.14 KB

ErrorMessage.md

File metadata and controls

14 lines (11 loc) · 1.14 KB

# ErrorMessage

Properties

Name Type Description Notes
errors \OpenAPI\Client\Model\ErrorDetails[] List of errors<br/> <strong>Type:</strong> ErrorDetails
date \DateTime <strong>Format:</strong> 'YYYY-MM-DD'T'HH:MM:SS.SSSXXX' (RFC 3339, section 5.6)<br/>Server date of when the error(s) occurred
request_id string ID of the request that caused this error. This is either what you have passed for the header 'X-Request-Id', or an auto-generated ID in case you didn't pass any value for that header.<br/><br/>
endpoint string The service endpoint that was called
auth_context string Information about the authorization context of the service call
bank string BLZ and name (in format &quot;<BLZ> - <name>&quot;) of a bank that was used for the original request [optional]

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