Skip to main content

Module error

Module error 

Source
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§

ConsensusVersionVotingError
A failure to vote for activating the next wallet module consensus version.
DepositAddressError
A failure to hand out a deposit address.
MaxWithdrawableAmountError
A failure to work out the largest amount a “withdraw everything” sweep can send.
PegInError
A failure to look up or drive one of this client’s deposit addresses.
PegOutError
A failure to start an on-chain withdrawal from a peg-out request.
SubscribeDepositError
A failure to follow a deposit operation.
SubscribeWithdrawError
A failure to follow a withdrawal operation.
WithdrawFeesError
A failure to quote the on-chain fees of a peg-out.