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