Generic exception for the DNAnexus C++ library. More...
#include <exceptions.h>
Public Member Functions | |
| DXError (const std::string &msg, const std::string &type=DXErrorTypes::DEFAULT_ERROR) | |
| virtual const char * | what () const throw () |
Public Attributes | |
| std::string | msg |
| The actual error message. | |
| std::string | type |
| Type of the error message (can be a free-form string, but usually one of the static members from DXError class) | |
| std::string | error_msg |
Generic exception for the DNAnexus C++ library.
1.8.11