Apache Mesos
|
#include <errorbase.hpp>
Public Member Functions | |
ErrnoError () | |
ErrnoError (int _code) | |
ErrnoError (const std::string &message) | |
ErrnoError (int _code, const std::string &message) | |
Public Member Functions inherited from Error | |
Error (const std::string &_message) | |
bool | operator== (const Error &that) const |
Public Attributes | |
const int | code |
Public Attributes inherited from Error | |
const std::string | message |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
const int ErrnoError::code |