29 #ifndef __UTILS_HELPER_ERRNO_H__ 30 #define __UTILS_HELPER_ERRNO_H__ 56 static std::string
toString(
const std::string& functionName,
int errorCode);
static std::string toString(const std::string &functionName, int errorCode)
A static member function which converts the given error to string.
A helper class to convert errno to string with additional informations.
Definition: Errno.h:46