#include <string>
Go to the source code of this file.
|
enum class | TransactionError {
OK
, MISSING_INPUTS
, ALREADY_IN_CHAIN
, P2P_DISABLED
,
MEMPOOL_REJECTED
, MEMPOOL_ERROR
, INVALID_PSBT
, PSBT_MISMATCH
,
SIGHASH_MISMATCH
, MAX_FEE_EXCEEDED
, INVALID_PACKAGE
} |
|
◆ TransactionError
Enumerator |
---|
OK | No error.
|
MISSING_INPUTS | |
ALREADY_IN_CHAIN | |
P2P_DISABLED | |
MEMPOOL_REJECTED | |
MEMPOOL_ERROR | |
INVALID_PSBT | |
PSBT_MISMATCH | |
SIGHASH_MISMATCH | |
MAX_FEE_EXCEEDED | |
INVALID_PACKAGE | |
Definition at line 22 of file error.h.
◆ AmountErrMsg()
bilingual_str AmountErrMsg |
( |
const std::string & |
optname, |
|
|
const std::string & |
strValue |
|
) |
| |
◆ AmountHighWarn()
◆ ResolveErrMsg()
bilingual_str ResolveErrMsg |
( |
const std::string & |
optname, |
|
|
const std::string & |
strBind |
|
) |
| |
◆ TransactionErrorString()