Bitcoin Core  27.99.0
P2P Digital Currency
Functions
error.cpp File Reference
#include <util/error.h>
#include <tinyformat.h>
#include <util/translation.h>
#include <cassert>
#include <string>
Include dependency graph for error.cpp:

Go to the source code of this file.

Functions

bilingual_str TransactionErrorString (const TransactionError err)
 
bilingual_str ResolveErrMsg (const std::string &optname, const std::string &strBind)
 
bilingual_str InvalidPortErrMsg (const std::string &optname, const std::string &invalid_value)
 
bilingual_str AmountHighWarn (const std::string &optname)
 
bilingual_str AmountErrMsg (const std::string &optname, const std::string &strValue)
 

Function Documentation

◆ AmountErrMsg()

bilingual_str AmountErrMsg ( const std::string &  optname,
const std::string &  strValue 
)

Definition at line 64 of file error.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AmountHighWarn()

bilingual_str AmountHighWarn ( const std::string &  optname)

Definition at line 59 of file error.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InvalidPortErrMsg()

bilingual_str InvalidPortErrMsg ( const std::string &  optname,
const std::string &  invalid_value 
)

Definition at line 54 of file error.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResolveErrMsg()

bilingual_str ResolveErrMsg ( const std::string &  optname,
const std::string &  strBind 
)

Definition at line 49 of file error.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TransactionErrorString()

bilingual_str TransactionErrorString ( const TransactionError  err)

Definition at line 13 of file error.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: