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