Get desktop application:
View/edit binary Protocol Buffers messages
Error codes, used in multiple blockchains.
Used in: , , , , , , , , , , , , , , , ,
This is the OK case, with value=0
Chain-generic codes: Generic error (used if there is no suitable specific error is adequate)
Internal error, indicates some very unusual, unexpected case
Chain-generic codes, input related: Low balance: the sender balance is not enough to cover the send and other auxiliary amount such as fee, deposit, or minimal balance.
Requested amount is zero, send of 0 makes no sense
One required key is missing (too few or wrong keys are provided)
A private key provided is invalid (e.g. wrong size, usually should be 32 bytes)
A provided address (e.g. destination address) is invalid
A provided input UTXO is invalid
The amount of an input UTXO is invalid
Chain-generic, fee related: Wrong fee is given, probably it is too low to cover minimal fee for the transaction
Chain-generic, signing related: General signing error
Resulting transaction is too large [NEO] Transaction too big, fee in GAS needed or try send by parts
UTXO-chain specific, input related: No input UTXOs provided [BTC]
Not enough non-dust input UTXOs to cover requested amount (dust UTXOs are filtered out) [BTC]
UTXO-chain specific, script related: [BTC] Missing required redeem script
[BTC] Invalid required output script
[BTC] Unrecognized witness program
Invalid memo, e.g. [XRP] Invalid tag
Some input field cannot be parsed
Multi-input and multi-output transaction not supported
Incorrect count of signatures passed to compile
Incorrect input parameter
Invalid input token amount