Public Member Functions | |
| std::string | Str () const |
| the error string | |
| std::string | Fun () const |
| the function that threw the error | |
| int | Code () const |
| a numerical error code | |
| Error (const std::string aFun="", const std::string aStr="", const int aCode=-1) | |
| default constructor | |
| ~Error () | |
| default destructor | |
Private Attributes | |
| std::string | mStr |
| a string describing the error | |
| std::string | mFun |
| a string describing the location of the error in the source | |
| int | mCode |
| error code returned by libusb | |
1.5.3