Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 1.87 KB

util_errors.joseerror.md

File metadata and controls

91 lines (48 loc) · 1.87 KB

Class: JOSEError

util/errors.JOSEError

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

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new JOSEError(message?)

Parameters

Name Type
message? string

Overrides

Error.constructor

Defined in

util/errors.ts:16

Properties

code

code: string

A unique error code for the particular error subclass.

Defined in

util/errors.ts:16


code

Static code: string = 'ERR_JOSE_GENERIC'

A unique error code for the particular error subclass.

Defined in

util/errors.ts:11