JWT Errors
JWT Errors
301 EncodedJWT is not set. The input is not valid. | |
302 Failed to parse claims. See error message for details. |
JWS Errors
201 Invalid JWS value. Not recognized as a compact serialized JWS string. | |
202 Signature verification failed. | |
203 Key must be specified before attempting this operation. | |
204 The specified key is too short for the selected algorithm. | |
205 Certificate must be specified before attempting this operation. | |
206 Unsupported algorithm. | |
207 OutputFile already exists and Overwrite is False. | |
208 Error writing data. See error message for details. |
JWE Errors
101 Invalid JWE message. See message for details. | |
102 Unsupported compression algorithm. | |
103 Unsupported content encryption algorithm. | |
104 Unsupported key encryption algorithm. | |
105 A required header for decryption was not found. See message for details. | |
106 The specified key is not a valid length for the algorithm. | |
107 OutputFile already exists and Overwrite is False. | |
108 KeyPassword must be set for the selected algorithm. | |
109 Key must be set for the selected algorithm. | |
110 Certificate must be set for the selected algorithm. | |
111 A header parameter defined to be critical is not present. | |
112 Error writing data. | |
113 Error reading data. Check message for details. | |
114 Error encrypting. Check message for details. | |
115 Error decrypting. Check message for details. |