Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.39 KB

util_errors.JWTClaimValidationFailed.md

File metadata and controls

75 lines (41 loc) · 1.39 KB

Class: JWTClaimValidationFailed

💗 Help the project

An error subclass thrown when a JWT Claim Set member validation fails.

Implemented by

Table of contents

Constructors

Properties

Accessors

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 = 'ERR_JWT_CLAIM_VALIDATION_FAILED'

A unique error code for the particular error subclass.


reason

reason: string

Reason code for the validation failure.

Accessors

code

Static get code(): "ERR_JWT_CLAIM_VALIDATION_FAILED"

A unique error code for the particular error subclass.

Returns

"ERR_JWT_CLAIM_VALIDATION_FAILED"