Inheritance diagram for WindowsPipe::Err:
Definition at line 43 of file winpipes.h.
Public Types | |
enum | ErrorType { NOT_IMPLEMENTED, INVALID_ARGUMENT, CANNOT_FLUSH, DATA_INTEGRITY_CHECK_FAILED, INVALID_DATA_FORMAT, IO_ERROR, OTHER_ERROR } |
error types More... | |
Public Member Functions | |
Err (HANDLE h, const std::string &operation, int error) | |
HANDLE | GetHandle () const |
const std::string & | GetOperation () const |
int | GetErrorCode () const |
const char * | what () const throw () |
const std::string & | GetWhat () const |
void | SetWhat (const std::string &s) |
ErrorType | GetErrorType () const |
void | SetErrorType (ErrorType errorType) |
Protected Attributes | |
std::string | m_operation |
int | m_errorCode |
|
error types
Definition at line 110 of file cryptlib.h. |