TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/data/compress
FlateError
Interface FlateError
An error generated within this library
interface
FlateError
{
cause
?:
unknown
;
code
:
number
;
message
:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy
Error
FlateError
Index
Properties
cause?
code
message
name
stack?
Properties
Optional
cause
cause
?:
unknown
code
code
:
number
The code associated with this error
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
cause
code
message
name
stack
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
An error generated within this library