Skip to content

Files

Latest commit

4f7f8a8 · Oct 14, 2021

History

History
56 lines (30 loc) · 954 Bytes

util_errors.JWKSNoMatchingKey.md

File metadata and controls

56 lines (30 loc) · 954 Bytes

Class: JWKSNoMatchingKey

An error subclass thrown when no keys match from a JWKS.

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new JWKSNoMatchingKey(message?)

Parameters

Name Type
message? string

Properties

code

code: string = 'ERR_JWKS_NO_MATCHING_KEY'

A unique error code for the particular error subclass.


message

message: string = 'no applicable key found in the JSON Web Key Set'

Accessors

code

Static get code(): "ERR_JWKS_NO_MATCHING_KEY"

A unique error code for the particular error subclass.

Returns

"ERR_JWKS_NO_MATCHING_KEY"