> For the complete documentation index, see [llms.txt](https://wallet-docs.broearn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wallet-docs.broearn.com/errors.md).

# 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>
