Skip to main content
Module

x/jose/index.ts>errors.JWEDecompressionFailed

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
class errors.JWEDecompressionFailed
extends JOSEError
import { errors } from "https://deno.land/x/jose@v4.15.5/index.ts";
const { JWEDecompressionFailed } = errors;

An error subclass thrown when a JWE ciphertext decompression fails.

Properties

code: string
message: string

Static Properties

readonly
code: "ERR_JWE_DECOMPRESSION_FAILED"