summaryrefslogtreecommitdiff
path: root/docs/interfaces/flateerror.md
blob: 407c707fb5e47b04b5340f7fad6381379ac6ffde (plain)
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
# Interface: FlateError

An error generated within this library

## Hierarchy

* [Error](flateerror.md#error)

  ↳ **FlateError**

## Index

### Properties

* [Error](flateerror.md#error)
* [code](flateerror.md#code)
* [message](flateerror.md#message)
* [name](flateerror.md#name)
* [stack](flateerror.md#stack)

## Properties

### Error

•  **Error**: ErrorConstructor

___

### code

•  **code**: number

The code associated with this error

___

### message

•  **message**: string

*Inherited from [FlateError](flateerror.md).[message](flateerror.md#message)*

___

### name

•  **name**: string

*Inherited from [FlateError](flateerror.md).[name](flateerror.md#name)*

___

### stack

• `Optional` **stack**: string

*Inherited from [FlateError](flateerror.md).[stack](flateerror.md#stack)*