Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.38 KB

util_errors.jweinvalid.md

File metadata and controls

64 lines (34 loc) · 1.38 KB

Class: JWEInvalid

util/errors.JWEInvalid

An error subclass thrown when a JWE is invalid.

Hierarchy

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.

Overrides: JOSEError.code

Defined in: util/errors.ts:88


code

Static code: string= 'ERR_JWE_INVALID'

A unique error code for the particular error subclass.

Overrides: JOSEError.code

Defined in: util/errors.ts:86