mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
1.4 KiB
1.4 KiB
Class: JWEInvalid
util/errors.JWEInvalid
An error subclass thrown when a JWE is invalid.
Hierarchy
-
↳
JWEInvalid
Table of contents
Constructors
Properties
Constructors
constructor
• new JWEInvalid(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Inherited from
Defined in
Properties
code
• code: string
A unique error code for the particular error subclass.
Overrides
Defined in
code
▪ Static code: string = 'ERR_JWE_INVALID'
A unique error code for the particular error subclass.