Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 730 Bytes

util_errors.JWSInvalid.md

File metadata and controls

49 lines (26 loc) · 730 Bytes

Class: JWSInvalid

An error subclass thrown when a JWS is invalid.

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new JWSInvalid(message?)

Parameters

Name Type
message? string

Properties

code

code: string = 'ERR_JWS_INVALID'

A unique error code for the particular error subclass.

Accessors

code

Static get code(): "ERR_JWS_INVALID"

A unique error code for the particular error subclass.

Returns

"ERR_JWS_INVALID"