Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 1.08 KB

ErrorResponse.md

File metadata and controls

executable file
·
18 lines (14 loc) · 1.08 KB

ErrorResponse

Properties

Name Type Description Notes
code int Reepay API error codes
error string Short error message
message string Optional clarifying error message [optional]
path string The path generating the error response
timestamp \DateTime Timestamp for the error response in ISO-8601 extended offset date-time format
http_status int HTTP status code of the error
http_reason string HTTP reason of the error
request_id string Request-Id for the failed request
transaction_error string Optional transaction error in the case the request involved a transaction processing. See transaction errors. [optional]

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