ErrorResponse
Standard error response
codestringrequired
Machine-readable error code
Example:
transaction_not_foundmessagestringrequired
Human-readable error message
Example:
Transaction not foundnumberintegerrequired
Internal error number
Example:
2002ErrorResponse
{
"code": "transaction_not_found",
"message": "Transaction not found",
"number": 2002
}