Skip to main content
Version: 8.2405.x.x RR

JWTH

The next table lists all error codes related to the LuaJWT handler class**.

MajorMinorMessageDetails
JWTH0001exception occurred during decoding tokenThe decoding of the token failed. Check the log for more information and verify that the JWT is valid.
0002exception occurred during decoding the header claimsThe decoding of the header claims failed. Check the log for more information and verify that the JWT is valid.
0003exception occurred during decoding the payload claimsThe decoding of the payload claims failed. Check the log for more information and verify that the JWT is valid.
0004exception occurred during token verificationThe verification of the token signature failed. Check the log for more information and verify that the JWT is valid.
0005Unsupported algorithm. Choose one of the following supported algorithm: hs256, hs384, hs512, rs256, rs384, rs512The signature verification method was called with an unsupported algorithm. Use one of the supported algorithms.