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