Module

x/jose/index.ts>errors.JOSEError

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.JOSEError
extends Error
import { errors } from "https://dotland.deno.dev/x/jose@v5.2.4/index.ts";
const { JOSEError } = errors;

A generic Error that all other JOSE specific Error subclasses extend.

Properties

code: string

A unique error code for this particular error subclass.