|
10Duke Enterprise C++ Client
|
#include <JWTParsingException.h>
Thrown when there is a problem parsing JWT.
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. | |
|
inline |
Constructs new instance.
| code | - |
| message | - |
|
inline |
Returns the error code.