|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
The mxlib error_t type and utilities. More...
The mxlib error_t type and utilities.
Definition in file error_t.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| static constexpr const char * | mx::errorName (const error_t &errc) |
| Convert an error_t code to its name. | |
| static constexpr const char * | mx::errorMessage (const error_t &errc) |
| Get the descriptive message for an error_t code. | |
| static constexpr error_t | mx::errno2error_t (const int &err) |
| Convert an errno code to error_t. | |