|
Phenom Programming Interface
|
Error structure, thrown as exception on error by Phenom API calls. More...
#include <PhenomTypes.h>
Public Member Functions | |
| Error (RetVal code, const std::string &description) | |
Public Attributes | |
| RetVal | code |
| Error code, from Posix or PhenomTypes::RetVal. | |
| std::string | description |
| Description of the error. | |
Error code, from Posix or PhenomTypes::RetVal.
