Subversion
Public Member Functions | Protected Member Functions
apache::subversion::svnxx::error::message Class Reference

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)
 

Detailed Description

Error message description.

Definition at line 148 of file exception.hpp.

Member Function Documentation

◆ name()

const char* apache::subversion::svnxx::error::message::name ( ) const
inlinenoexcept

Return the error name.

Note
The returned value may be nullptr.

Definition at line 160 of file exception.hpp.


The documentation for this class was generated from the following file: