mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
1.5 KiB
1.5 KiB
Class: JWEDecryptionFailed
An error subclass thrown when a JWE ciphertext decryption fails.
Index
Constructors
Properties
Constructors
constructor
+ new JWEDecryptionFailed(message?: string): JWEDecryptionFailed
Defined in src/util/errors.ts:11
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWEDecryptionFailed
Properties
code
• code: string = "ERR_JWE_DECRYPTION_FAILED"
Defined in src/util/errors.ts:64
message
• message: string = "decryption operation failed"
Defined in src/util/errors.ts:66
name
• name: string
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
stack
• Optional stack: string
Defined in node_modules/typescript/lib/lib.es5.d.ts:975