Errors

You may encounter an error while interacting with Adena. Below is the list of error codes and their descriptions. We try to display errors and their details as concisely as possible.

Sample Error

//The error thrown when a dapp requests to sign an unsupported transaction type.
{
    "status": "failure",
    "data": {},
    "code": 4005,
    "message": "Adena does not support the requested transaction type", 
    "type": "UNSUPPORTED_TYPE"
}

Need help?

Although most errors are easily comprehensible and resolvable, you may rarely encounter an unexpected issue. If you need support, join the official Gnoland Discord server and ask for help in the #adena channel.

Last updated