Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class jose.errors.JOSENotSupported
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { JOSENotSupported } = jose.errors;

An error subclass thrown when a particular feature or algorithm is not supported by this implementation or JOSE in general.

Properties

code: string

Static Properties

readonly
code: "ERR_JOSE_NOT_SUPPORTED"