Trakteer.js
Docs
API
GitHub
Preparing search index...
<internal>
ErrnoException
Interface ErrnoException
interface
ErrnoException
{
errno
?:
number
;
code
?:
string
;
path
?:
string
;
syscall
?:
string
;
cause
?:
unknown
;
name
:
string
;
message
:
string
;
stack
?:
string
;
}
Hierarchy
Error
ErrnoException
Index
Properties
errno?
code?
path?
syscall?
cause?
name
message
stack?
Properties
Optional
errno
errno
?:
number
Optional
code
code
?:
string
Optional
path
path
?:
string
Optional
syscall
syscall
?:
string
Optional
cause
cause
?:
unknown
The cause of the error.
name
name
:
string
message
message
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errno
code
path
syscall
cause
name
message
stack
Docs
API
GitHub
Trakteer.js
Loading...
The cause of the error.