# Errors

The NEO dAPI will provide these basic errors. It is up to the wallet provider to provide additional information if they choose:

<table><thead><tr><th width="284">Error Type</th><th>Meaning</th></tr></thead><tbody><tr><td><code>NO_PROVIDER</code></td><td>Thrown when there is no interface capable of interacting with NEO blockchain</td></tr><tr><td><code>CONNECTION_DENIED</code></td><td>Thrown when API provider refuses to execute a transaction (e.g. trying to execute a transaction on an unavialable network)</td></tr><tr><td><code>RPC_ERROR</code></td><td>Thrown when a command relying on RPC connection to a network node fails</td></tr><tr><td><code>MALFORMED_INPUT</code></td><td>Thrown when an input such as the address is not a valid NEO address</td></tr><tr><td><code>CANCELED</code></td><td>Thrown when a user cancels, or refuses the dapps request</td></tr><tr><td><code>INSUFFICIENT_FUNDS</code></td><td>Thrown when the action does not have a sufficient balance</td></tr><tr><td><code>CHAIN_NOT_MATCH</code></td><td>The currently opened chain does not match the type of the call chain, please switch the chain</td></tr><tr><td><code>SCRIPT_ERROR</code></td><td>Script creation error, please check whether the parameters are correct</td></tr><tr><td><code>FAIL</code></td><td>The request failed</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tutorial.neoline.io/reference/neo3-provider-api-legacy/errors/errors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
