jose/docs/classes/util_errors.jwsinvalid.md
2021-04-02 00:40:02 +02:00

1.4 KiB

Class: JWSInvalid

util/errors.JWSInvalid

An error subclass thrown when a JWS is invalid.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

+ new JWSInvalid(message?: string): JWSInvalid

Parameters:

Name Type
message? string

Returns: JWSInvalid

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:97


code

Static code: string= 'ERR_JWS_INVALID'

A unique error code for the particular error subclass.

Overrides: JOSEError.code

Defined in: util/errors.ts:95