summaryrefslogtreecommitdiff
path: root/docs/interfaces/flateerror.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/flateerror.md')
-rw-r--r--docs/interfaces/flateerror.md57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/interfaces/flateerror.md b/docs/interfaces/flateerror.md
new file mode 100644
index 0000000..407c707
--- /dev/null
+++ b/docs/interfaces/flateerror.md
@@ -0,0 +1,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)*