mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
1.4 KiB
1.4 KiB
Class: JWKInvalid
util/errors.JWKInvalid
An error subclass thrown when a JWK is invalid.
Hierarchy
-
↳ JWKInvalid
Table of contents
Constructors
Properties
Constructors
constructor
+ new JWKInvalid(message?: string): JWKInvalid
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWKInvalid
Inherited from: JOSEError
Defined in: util/errors.ts:16
Properties
code
• code: string
A unique error code for the particular error subclass.
Defined in: util/errors.ts:115
code
▪ Static code: string= 'ERR_JWK_INVALID'
A unique error code for the particular error subclass.
Defined in: util/errors.ts:113