🇺🇲
Broearn Wallet Documentation
  • 🧬OVERVIEW
    • 💡What is Broearn Wallet?
    • 🛡️Security
    • 📋Available Networks
      • Parallel Universe Chain
      • Bitcoin
      • Ethereum
      • BNB Chain
      • Tron
      • Solana
      • OKX Chain
      • Optimism
      • Fantom
      • Ethereum Classic
      • Polygon
      • Avalanche
  • 🛸PUT
    • Extension & in Broearn app
      • Events
        • Disconnect
        • Accounts Changed
    • Detecting the Provider
  • Establishing a Connection
  • PROVIDER METHODS
    • Connect
    • Disconnect
    • SignMessage
    • SignTransaction
    • SignAllTransactions
    • SignAndSendTransaction
  • 🔹ETHEREUM & EVM
    • Getting Started with Ethereum and EVM
    • Detecting the Provider
    • Establishing a Connection
    • Sending a Transaction
    • Signing a Message
    • Provider API Reference
      • Properties
        • eth_chainId
        • eth_networkVersion
        • eth_selectedAddress
        • _events
        • _eventsCount
      • Events
        • Connect
        • Accounts Changed
        • Disconnect
        • Chain Changed
      • Methods
        • isConnected
        • request
  • Demo Applications
  • 📜ERRORS
  • ADVANCED
    • Auth
      • Web Javascript demo
      • Web Java
      • Web Golang
      • Web PHP
  • COMMUNITY AND SUPPORT
    • 🐦Twitter
    • ✈️Telegram
    • 🎮Discord
Powered by GitBook
On this page

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

4100

Unauthorized

The requested method and/or account has not been authorized by the user.

4001

User Rejected Request

The user rejected the request through Broearn wallet.

-32000

Invalid Input

Missing or invalid parameters.

-32002

Requested resource not available

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.

-32003

Transaction Rejected

Broearn wallet does not recognize a valid transaction.

-32601

Method Not Found

Broearn wallet does not recognize the method.

-32603

Internal Error

Something went wrong within Broearn wallet.

PreviousDemo ApplicationsNextAuth

Last updated 1 year ago

📜