For functions working with handles, reports a problem with handling handles, such as impossibility to allocate a new one, or an invalid handle being passed to the function.
More...
#include <error.h>
Public Member Functions |
| error_handles (const std::string &msg) |
ErrorCode | code () const throw () |
| Exception-specific error code.
|
virtual const char * | what () const throw () |
| Error message.
|
Data Fields |
std::string | msg |
| error message returned by what()
|
Detailed Description
For functions working with handles, reports a problem with handling handles, such as impossibility to allocate a new one, or an invalid handle being passed to the function.
Constructor & Destructor Documentation
wreport::error_handles::error_handles |
( |
const std::string & |
msg | ) |
|
|
inline |
Member Function Documentation
ErrorCode wreport::error_handles::code |
( |
| ) |
const throw () |
|
inlinevirtual |
The documentation for this struct was generated from the following file: