jose/docs/classes/util_errors.JWKSNoMatchingKey.md
2021-09-10 11:21:11 +02:00

1.7 KiB

Class: JWKSNoMatchingKey

util/errors.JWKSNoMatchingKey

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

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new JWKSNoMatchingKey(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:131


message

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

Overrides

JOSEError.message

Defined in

util/errors.ts:133


code

Static code: string = 'ERR_JWKS_NO_MATCHING_KEY'

A unique error code for the particular error subclass.

Overrides

JOSEError.code

Defined in

util/errors.ts:129