jose/docs/classes/util_errors.JOSEError.md
2021-10-06 16:12:59 +02:00

732 B

Class: JOSEError

util/errors.JOSEError

A generic Error subclass that all other specific JOSE Error subclasses inherit from.

Table of contents

Constructors

Properties

Constructors

constructor

new JOSEError(message?)

Parameters

Name Type
message? string

Properties

code

code: string

A unique error code for the particular error subclass.


code

Static code: string = 'ERR_JOSE_GENERIC'

A unique error code for the particular error subclass.