Transaction Proccessing Errors
Unauthorized (Code 401)
code
: Error code.message
: Error message indicating unauthorized access.
Forbidden (Code 403)
code
: Error code.message
: Error message indicating forbidden access.
Not Found (Code 404)
code
: Error code.message
: Error message indicating that the wallet was not found.
Method Not Allowed (Code 405)
code
: Error code.message
: Error message indicating that the method is not allowed for non-custodial wallets.
Precondition Failed (Code 412)
code
: Error code.message
: Error message indicating that the precondition failed.
Transfer NFT Precondition Failed (Code 412)
code
: Error code.message
: Error message indicating that the user does not have the specified NFT.Example Value: An error response indicating .
Internal Server Error (Code 500)
code
: Error code.message
: Error message indicating an internal server error.
Last updated