Class VerificationError

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class VerificationError : public std::runtime_error

Base class exception for all kinds of verification errors. Verification errors are thrown only when the verify decode parameter is set to true.

Subclassed by jwt::ImmatureSignatureError, jwt::InvalidAlgorithmError, jwt::InvalidAudienceError, jwt::InvalidIATError, jwt::InvalidIssuerError, jwt::InvalidJTIError, jwt::InvalidKeyError, jwt::InvalidSignatureError, jwt::InvalidSubjectError, jwt::TokenExpiredError, jwt::TypeConversionError

Public Functions

inline VerificationError(std::string msg)