Apache Mesos
|
#include <error.hpp>
Public Attributes | |
const DWORD | code |
Public Attributes inherited from Error | |
const std::string | message |
Protected Member Functions | |
WindowsErrorBase (DWORD _code) | |
WindowsErrorBase (DWORD _code, const std::string &message) | |
Additional Inherited Members | |
Public Member Functions inherited from Error | |
Error (const std::string &_message) | |
bool | operator== (const Error &that) const |
|
inlineexplicitprotected |
|
inlineprotected |
const DWORD WindowsErrorBase::code |