Skip to main content
Latest
class jose.errors.JOSENotSupported
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/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"