Expand description
Error types of the wallet client. Error types of the wallet client.
Every failure this module reports to its callers is named here, so there is one place for an integrator to look.
Enums§
- Consensus
Version Voting Error - A failure to vote for activating the next wallet module consensus version.
- Deposit
Address Error - A failure to hand out a deposit address.
- MaxWithdrawable
Amount Error - A failure to work out the largest amount a “withdraw everything” sweep can send.
- PegIn
Error - A failure to look up or drive one of this client’s deposit addresses.
- PegOut
Error - A failure to start an on-chain withdrawal from a peg-out request.
- Subscribe
Deposit Error - A failure to follow a deposit operation.
- Subscribe
Withdraw Error - A failure to follow a withdrawal operation.
- Withdraw
Fees Error - A failure to quote the on-chain fees of a peg-out.