Utils base exception helper implementation. More...
Namespaces | |
utils | |
Functions | |
std::string | utils::getSystemErrorMessage () |
Return string describing error number it is wrapper for strerror_r. More... | |
std::string | utils::getSystemErrorMessage (int err) |
Variables | |
const int | utils::ERROR_MESSAGE_BUFFER_CAPACITY = 256 |
Utils base exception helper implementation.