mirror of
https://github.com/danbulant/jose
synced 2026-05-21 05:18:59 +00:00
1,006 B
1,006 B
Class: JWSSignatureVerificationFailed
util/errors.JWSSignatureVerificationFailed
An error subclass thrown when JWS signature verification fails.
Table of contents
Constructors
Properties
Constructors
constructor
• new JWSSignatureVerificationFailed(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string
A unique error code for the particular error subclass.
message
• message: string = 'signature verification failed'
code
▪ Static code: string = 'ERR_JWS_SIGNATURE_VERIFICATION_FAILED'
A unique error code for the particular error subclass.