File: util_errors.JWSSignatureVerificationFailed.md

package info (click to toggle)
node-jose 4.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,264 kB
  • sloc: javascript: 16,258; sh: 111; makefile: 4
file content (58 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Class: JWSSignatureVerificationFailed

[💗 Help the project](https://github.com/sponsors/panva)

An error subclass thrown when JWS signature verification fails.

## Table of contents

### Constructors

- [constructor](util_errors.JWSSignatureVerificationFailed.md#constructor)

### Properties

- [code](util_errors.JWSSignatureVerificationFailed.md#code)
- [message](util_errors.JWSSignatureVerificationFailed.md#message)

### Accessors

- [code](util_errors.JWSSignatureVerificationFailed.md#code-1)

## Constructors

### constructor

• **new JWSSignatureVerificationFailed**(`message?`)

#### Parameters

| Name | Type |
| :------ | :------ |
| `message?` | `string` |

## Properties

### code

• **code**: `string` = `'ERR_JWS_SIGNATURE_VERIFICATION_FAILED'`

A unique error code for the particular error subclass.

___

### message

• **message**: `string` = `'signature verification failed'`

## Accessors

### code

• `Static` `get` **code**(): ``"ERR_JWS_SIGNATURE_VERIFICATION_FAILED"``

A unique error code for the particular error subclass.

#### Returns

``"ERR_JWS_SIGNATURE_VERIFICATION_FAILED"``