Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

ErrorResponse.md

File metadata and controls

18 lines (14 loc) · 1.03 KB

ErrorResponse

Properties

Name Type Description Notes
code int Reepay API error code
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]