Public Member Functions | Data Fields

Sphinx::Error_t Struct Reference

Exception type thrown by Sphinx::Client_t::methods. More...

#include <error.h>

Inheritance diagram for Sphinx::Error_t:
Sphinx::ClientUsageError_t Sphinx::ConnectionError_t Sphinx::MessageError_t Sphinx::ServerError_t Sphinx::ValueTypeError_t

Public Member Functions

 Error_t (ErrorType_t err, const std::string &msg)
virtual const char * what () const throw ()

Data Fields

std::string errMsg
ErrorType_t errCode

Detailed Description

Exception type thrown by Sphinx::Client_t::methods.

contains error code (see SCErrorType) and a brief error description

See also:
ErrorType_t
Client_t

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