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?: string): JWEInvalid
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWEInvalid
Inherited from: JOSEError
Defined in: util/errors.ts:16
Properties
code
• code: string
A unique error code for the particular error subclass.
Defined in: util/errors.ts:88
code
▪ Static code: string= 'ERR_JWE_INVALID'
A unique error code for the particular error subclass.
Defined in: util/errors.ts:86