Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 1.37 KB

util_errors.JWKInvalid.md

File metadata and controls

74 lines (39 loc) · 1.37 KB

Class: JWKInvalid

util/errors.JWKInvalid

An error subclass thrown when a JWK is invalid.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new JWKInvalid(message?)

Parameters

Name Type
message? string

Inherited from

JOSEError.constructor

Defined in

util/errors.ts:16

Properties

code

code: string

A unique error code for the particular error subclass.

Overrides

JOSEError.code

Defined in

util/errors.ts:113


code

Static code: string = 'ERR_JWK_INVALID'

A unique error code for the particular error subclass.

Overrides

JOSEError.code

Defined in

util/errors.ts:111