class errors.JWEInvalid
extends JOSEError
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWEInvalid } = errors;
An error subclass thrown when a JWE is invalid.
x/faster/vendor/jose/index.ts>errors.JWEInvalid
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWEInvalid } = errors;
An error subclass thrown when a JWE is invalid.