Apache Mesos
|
#include <jwt.hpp>
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 |
|
strong |
|
inline |
const Type process::http::authentication::JWTError::type |