37 Error(
int code, std::string
const& message, std::string
const& method);
46 const char*
GetMessage()
const {
return m_message.c_str(); }
47 const char*
GetMethod()
const {
return m_method.c_str(); }
int GetCode() const
Definition Error.h:45
const char * GetMethod() const
Definition Error.h:47
int m_code
Definition Error.h:51
Error(Error const &other)
Copy constructor.
Error & operator=(Error const &rhs)
Assignment operator.
std::string m_message
Definition Error.h:52
std::string m_method
Definition Error.h:53
Error(int code, std::string const &message, std::string const &method)
const char * GetMessage() const
Definition Error.h:46
#define SIDX_DLL
Definition sidx_export.h:41