Class: JOSEError

August 29, 2025 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.

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

Example

Checking thrown error is a JOSE one

if (err instanceof jose.errors.JOSEError) {
  // ...
}

Properties

code

โ€ข code: string = 'ERR_JOSE_GENERIC'

A unique error code for JOSEError.