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