KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
plugins
<internal>
ErrnoException
Interface ErrnoException
interface
ErrnoException
{
cause
?:
unknown
;
code
?:
string
;
errno
?:
number
;
message
:
string
;
name
:
string
;
path
?:
string
;
stack
?:
string
;
syscall
?:
string
;
}
Hierarchy
Error
ErrnoException
Index
Properties
cause?
code?
errno?
message
name
path?
stack?
syscall?
Properties
Optional
cause
cause
?:
unknown
The cause of the error.
Optional
code
code
?:
string
Optional
errno
errno
?:
number
message
message
:
string
name
name
:
string
Optional
path
path
?:
string
Optional
stack
stack
?:
string
Optional
syscall
syscall
?:
string
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
cause
code
errno
message
name
path
stack
syscall
Github
KC's Workspace
Loading...
The cause of the error.