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.