#include <cel_errutil.h>
Static Public Member Functions | |
| static GeneralErrorDefinition | errorFromOSError () |
| static GeneralErrorDefinition | errorFromErrno () |
| static String | stringFromOSError () |
| static String | stringFromErrno () |
Definition at line 53 of file cel_errutil.h.
| static GeneralErrorDefinition Celartem::Error::errorFromOSError | ( | ) | [static] |
This function converts the OS's current error status into the library defined error code defined in cel_error.h .
| static GeneralErrorDefinition Celartem::Error::errorFromErrno | ( | ) | [static] |
This function converts std::errno into the library defined error code defined in cel_error.h .
std::errno . | static String Celartem::Error::stringFromOSError | ( | ) | [static] |
This function returns the string that is mapped to the current error status.
| static String Celartem::Error::stringFromErrno | ( | ) | [static] |
This function returns the string that is mapped to the current std::errno value.