|
networkservice
|
A helper class to convert errno to string with additional informations. More...
#include "utils/helper/Errno.h"
Static Public Member Functions | |
| static std::string | toString (const std::string &functionName, int errorCode) |
| A static member function which converts the given error to string. More... | |
A helper class to convert errno to string with additional informations.
|
static |
A static member function which converts the given error to string.
| functionName | The name of the function that has failed |
| errorCode | The errno |
1.8.13