mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
700 B
700 B
Class: JWKInvalid
util/errors.JWKInvalid
An error subclass thrown when a JWK is invalid.
Table of contents
Constructors
Properties
Constructors
constructor
• new JWKInvalid(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string
A unique error code for the particular error subclass.
code
▪ Static code: string = 'ERR_JWK_INVALID'
A unique error code for the particular error subclass.