mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
1.2 KiB
1.2 KiB
Class: JWTClaimValidationFailed
util/errors.JWTClaimValidationFailed
An error subclass thrown when a JWT Claim Set member validation fails.
Table of contents
Constructors
Properties
Constructors
constructor
• new JWTClaimValidationFailed(message, claim?, reason?)
Parameters
| Name | Type | Default value |
|---|---|---|
message |
string |
undefined |
claim |
string |
'unspecified' |
reason |
string |
'unspecified' |
Properties
claim
• claim: string
The Claim for which the validation failed.
code
• code: string
A unique error code for the particular error subclass.
reason
• reason: string
Reason code for the validation failure.
code
▪ Static code: string = 'ERR_JWT_CLAIM_VALIDATION_FAILED'
A unique error code for the particular error subclass.