#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::MAX_BURN_EXCEEDED,
TransactionError::EXTERNAL_SIGNER_NOT_FOUND,
TransactionError::EXTERNAL_SIGNER_FAILED,
TransactionError::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 | |
| MAX_BURN_EXCEEDED | |
| EXTERNAL_SIGNER_NOT_FOUND | |
| EXTERNAL_SIGNER_FAILED | |
| INVALID_PACKAGE | |
Definition at line 22 of file error.h.
◆ AmountErrMsg()
| bilingual_str AmountErrMsg |
( |
const std::string & |
optname, |
|
|
const std::string & |
strValue |
|
) |
| |
◆ AmountHighWarn()
◆ InvalidPortErrMsg()
| bilingual_str InvalidPortErrMsg |
( |
const std::string & |
optname, |
|
|
const std::string & |
strPort |
|
) |
| |
◆ ResolveErrMsg()
| bilingual_str ResolveErrMsg |
( |
const std::string & |
optname, |
|
|
const std::string & |
strBind |
|
) |
| |
◆ TransactionErrorString()