Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
error.cpp File Reference
#include <util/error.h>
#include <tinyformat.h>
#include <util/system.h>
#include <util/translation.h>
Include dependency graph for error.cpp:

Go to the source code of this file.

Functions

bilingual_str TransactionErrorString (const TransactionError error)
 
bilingual_str ResolveErrMsg (const std::string &optname, const std::string &strBind)
 
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 51 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 47 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 42 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  error)

Definition at line 11 of file error.cpp.

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