#include <string>
Go to the source code of this file.
|
enum | TransactionError {
TransactionError::OK,
TransactionError::MISSING_INPUTS,
TransactionError::ALREADY_IN_CHAIN,
TransactionError::P2P_DISABLED,
TransactionError::MEMPOOL_REJECTED,
TransactionError::MEMPOOL_ERROR,
TransactionError::INVALID_PSBT,
TransactionError::PSBT_MISMATCH,
TransactionError::SIGHASH_MISMATCH,
TransactionError::MAX_FEE_EXCEEDED,
TransactionError::EXTERNAL_SIGNER_NOT_FOUND,
TransactionError::EXTERNAL_SIGNER_FAILED
} |
|
◆ 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 | |
EXTERNAL_SIGNER_NOT_FOUND | |
EXTERNAL_SIGNER_FAILED | |
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()