![]() |
Subversion
|
Error message description. More...
#include <svnxx/exception.hpp>
Public Member Functions | |
| int | code () const noexcept |
| Return the error code. | |
| const char * | name () const noexcept |
| Return the error name. More... | |
| const std::string & | text () const noexcept |
| Return the error message. | |
| std::string | generic_text () const |
| Return the generic error message associated with the error code. | |
| bool | trace () const noexcept |
| Check if this message is in fact a debugging traceback entry. | |
Protected Member Functions | |
| message (int errval, const char *errname, const std::string &message_, bool trace) | |
Error message description.
Definition at line 148 of file exception.hpp.
|
inlinenoexcept |
Return the error name.
nullptr. Definition at line 160 of file exception.hpp.
1.8.13