10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::jwt::JWTParsingException Class Reference

#include <JWTParsingException.h>

Detailed Description

Thrown when there is a problem parsing JWT.

Inheritance diagram for tenduke::jwt::JWTParsingException:
tenduke::TendukeException tenduke::jwt::JWTValidationException

Public Member Functions

 JWTParsingException (const int code, const std::string &message)
 Constructs new instance.
 
int getCode () const
 Returns the error code.
 
- Public Member Functions inherited from tenduke::TendukeException
 TendukeException (const std::string &message)
 Constructs new instance.
 

Constructor & Destructor Documentation

◆ JWTParsingException()

tenduke::jwt::JWTParsingException::JWTParsingException ( const int  code,
const std::string &  message 
)
inline

Constructs new instance.

Parameters
code-
message-

Member Function Documentation

◆ getCode()

int tenduke::jwt::JWTParsingException::getCode ( ) const
inline

Returns the error code.

Returns
-

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