Apache Mesos
|
#include <files.hpp>
Public Types | |
enum | Type { INVALID, NOT_FOUND, UNAUTHORIZED, UNKNOWN } |
Public Member Functions | |
FilesError (Type _type) | |
FilesError (Type _type, const std::string &_message) | |
Public Member Functions inherited from Error | |
Error (const std::string &_message) | |
bool | operator== (const Error &that) const |
Public Attributes | |
Type | type |
std::string | message |
Public Attributes inherited from Error | |
const std::string | message |
|
inline |
|
inline |
std::string mesos::internal::FilesError::message |
Type mesos::internal::FilesError::type |