Skip to main content
Latest
class jose.errors.JWEDecryptionFailed
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { JWEDecryptionFailed } = jose.errors;

An error subclass thrown when a JWE ciphertext decryption fails.

Properties

code: string
message: string

Static Properties

readonly
code: "ERR_JWE_DECRYPTION_FAILED"