13 #ifndef __STOUT_ERROR_BASE_HPP__ 14 #define __STOUT_ERROR_BASE_HPP__ 72 #endif // __STOUT_ERROR_BASE_HPP__ std::string strerror(int errno_)
A thread-safe version of strerror.
Definition: strerror.hpp:30
Definition: errorbase.hpp:36
Error(const std::string &_message)
Definition: errorbase.hpp:39
ErrnoError(int _code, const std::string &message)
Definition: errorbase.hpp:60
Definition: errorbase.hpp:50
Definition: posix_signalhandler.hpp:23
ErrnoError(const std::string &message)
Definition: errorbase.hpp:57
ErrnoError()
Definition: errorbase.hpp:53
bool operator==(const Error &that) const
Definition: errorbase.hpp:41
std::ostream & operator<<(std::ostream &stream, const Error &error)
Definition: errorbase.hpp:67
const std::string message
Definition: errorbase.hpp:46
std::string error(const std::string &msg, uint32_t code)
const int code
Definition: errorbase.hpp:63
ErrnoError(int _code)
Definition: errorbase.hpp:55