Apache Mesos
Public Types | Public Member Functions | Public Attributes | List of all members
mesos::internal::FilesError Class Reference

#include <files.hpp>

Inheritance diagram for mesos::internal::FilesError:
Error

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
 

Member Enumeration Documentation

Enumerator
INVALID 
NOT_FOUND 
UNAUTHORIZED 
UNKNOWN 

Constructor & Destructor Documentation

mesos::internal::FilesError::FilesError ( Type  _type)
inline
mesos::internal::FilesError::FilesError ( Type  _type,
const std::string &  _message 
)
inline

Member Data Documentation

std::string mesos::internal::FilesError::message
Type mesos::internal::FilesError::type

The documentation for this class was generated from the following file: