class errors.JWEDecryptionFailed
extends JOSEError
import { errors } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
const { JWEDecryptionFailed } = errors;
An error subclass thrown when a JWE ciphertext decryption fails.
import { errors } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
const { JWEDecryptionFailed } = errors;
An error subclass thrown when a JWE ciphertext decryption fails.