# ERRORS

When making requests to Broearn wallet in Establishing a Connection, Sending a Transaction, or Signing a Message, Wallet may respond with an error. The following is a list of all possible error codes

<table data-header-hidden><thead><tr><th width="220.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>4100</td><td>Unauthorized</td><td>The requested method and/or account has not been authorized by the user.</td></tr><tr><td>4001</td><td>User Rejected Request</td><td>The user rejected the request through Broearn wallet.</td></tr><tr><td>-32000</td><td>Invalid Input</td><td>Missing or invalid parameters.</td></tr><tr><td>-32002</td><td>Requested resource not available</td><td>This error occurs when a dapp attempts to submit a new transaction while Broearn wallet's approval dialog is already open for a previous transaction. Only one approve window can be open at a time. Users should approve or reject their transaction before initiating a new transaction.</td></tr><tr><td>-32003</td><td>Transaction Rejected</td><td>Broearn wallet does not recognize a valid transaction.</td></tr><tr><td>-32601</td><td>Method Not Found</td><td>Broearn wallet does not recognize the method.</td></tr><tr><td>-32603</td><td>Internal Error</td><td>Something went wrong within Broearn wallet.</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://wallet-docs.broearn.com/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.
