# Class: JWKSInvalid [util/errors](../modules/util_errors.md).JWKSInvalid An error subclass thrown when a JWKS is invalid. ## Table of contents ### Constructors - [constructor](util_errors.JWKSInvalid.md#constructor) ### Properties - [code](util_errors.JWKSInvalid.md#code) - [code](util_errors.JWKSInvalid.md#code) ## Constructors ### constructor • **new JWKSInvalid**(`message?`) #### Parameters | Name | Type | | :------ | :------ | | `message?` | `string` | ## Properties ### code • **code**: `string` A unique error code for the particular error subclass. ___ ### code ▪ `Static` **code**: `string` = `'ERR_JWKS_INVALID'` A unique error code for the particular error subclass.