Error codes
A list of error codes for plug-in related errors.
| Code | Name | Description |
|---|---|---|
| ERR0 | CryptoNotFound | The SubtleCrypto interface of the Web Crypto API is not available. |
| ERR1 | CryptoKeyNotFound | No CryptoKey could be found for the corresponding environment URL in the JWK store. |
| ERR2 | InvalidTokenSignature | The token signature is invalid. |
| ERR3 | InvalidTokenClaim | A token claim is invalid. |
| ERR4 | InvalidTokenExp | The token is expired. |
| ERR5 | InvalidTokenNbf | The token is premature. |
| ERR6 | MessageTimeout | The message request timed out. |
| ERR7 | CryptoKeyNotFoundRemote | No CryptoKey could be found at the given URL. |
| ERR8 | CryptoKeyNotTrusted | URL for CryptoKey not trusted. |
