Error codes

A list of error codes for plug-in related errors.

CodeNameDescription
ERR0CryptoNotFoundThe SubtleCrypto interface of the Web Crypto API is not available.
ERR1CryptoKeyNotFoundNo CryptoKey could be found for the corresponding environment URL in the JWK store.
ERR2InvalidTokenSignatureThe token signature is invalid.
ERR3InvalidTokenClaimA token claim is invalid.
ERR4InvalidTokenExpThe token is expired.
ERR5InvalidTokenNbfThe token is premature.
ERR6MessageTimeoutThe message request timed out.
ERR7CryptoKeyNotFoundRemoteNo CryptoKey could be found at the given URL.
ERR8CryptoKeyNotTrustedURL for CryptoKey not trusted.