#include <string>
Go to the source code of this file.
◆ TransactionError
util/error.h is a common place for definitions of simple error types and string functions. Types and functions defined here should not require any outside dependencies.
Error types defined here can be used in different parts of the bitcoin codebase, to avoid the need to write boilerplate code catching and translating errors passed across wallet/node/rpc/gui code boundaries.
Enumerator |
---|
OK | No error.
|
MISSING_INPUTS | |
ALREADY_IN_CHAIN | |
P2P_DISABLED | |
MEMPOOL_REJECTED | |
MEMPOOL_ERROR | |
INVALID_PSBT | |
PSBT_MISMATCH | |
SIGHASH_MISMATCH | |
MAX_FEE_EXCEEDED | |
◆ AmountErrMsg()
std::string AmountErrMsg |
( |
const char *const |
optname, |
|
|
const std::string & |
strValue |
|
) |
| |
◆ AmountHighWarn()
std::string AmountHighWarn |
( |
const std::string & |
optname | ) |
|
◆ TransactionErrorString()