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