Apache Mesos
Public Types | Public Member Functions | Public Attributes | List of all members
process::http::authentication::JWTError Class Reference

#include <jwt.hpp>

Inheritance diagram for process::http::authentication::JWTError:
Error

Public Types

enum  Type { Type::INVALID_TOKEN, Type::UNKNOWN }
 

Public Member Functions

 JWTError (const std::string &message, Type _type)
 
- Public Member Functions inherited from Error
 Error (const std::string &_message)
 
bool operator== (const Error &that) const
 

Public Attributes

const Type type
 
- Public Attributes inherited from Error
const std::string message
 

Member Enumeration Documentation

Enumerator
INVALID_TOKEN 
UNKNOWN 

Constructor & Destructor Documentation

process::http::authentication::JWTError::JWTError ( const std::string &  message,
Type  _type 
)
inline

Member Data Documentation

const Type process::http::authentication::JWTError::type

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