Class for describing database errors.
More...
#include <databaseError.hpp>
Class for describing database errors.
_Wolframe::db::DatabaseError::DatabaseError |
( |
| ) |
|
|
inline |
_Wolframe::db::DatabaseError::DatabaseError |
( |
const DatabaseError & |
o | ) |
|
|
inline |
_Wolframe::db::DatabaseError::DatabaseError |
( |
const char * |
errorclass_, |
|
|
int |
errorcode_, |
|
|
const std::string & |
errormsg_, |
|
|
const std::string & |
detail_ = std::string() |
|
) |
| |
|
inline |
std::string _Wolframe::db::DatabaseError::dbname |
std::string _Wolframe::db::DatabaseError::errorclass |
unsigned int _Wolframe::db::DatabaseError::errorcode |
std::string _Wolframe::db::DatabaseError::errordetail |
detailed error message string
std::string _Wolframe::db::DatabaseError::errorhint |
error message hint specified in TDL for the user
std::string _Wolframe::db::DatabaseError::errormsg |
std::size_t _Wolframe::db::DatabaseError::ip |
instruction pointer in vm program
The documentation for this class was generated from the following file: