#include <Error.h>
Definition at line 33 of file Error.h.
◆ Error() [1/2]
| Error::Error |
( |
int |
code, |
|
|
std::string const & |
message, |
|
|
std::string const & |
method |
|
) |
| |
◆ Error() [2/2]
| Error::Error |
( |
Error const & |
other | ) |
|
Copy constructor.
Definition at line 38 of file Error.cc.
◆ GetCode()
| int Error::GetCode |
( |
| ) |
const |
|
inline |
◆ GetMessage()
| const char* Error::GetMessage |
( |
| ) |
const |
|
inline |
◆ GetMethod()
| const char* Error::GetMethod |
( |
| ) |
const |
|
inline |
◆ operator=()
Assignment operator.
Definition at line 45 of file Error.cc.
The documentation for this class was generated from the following files: