Docs
GitHub
Preparing search index...
The search index is not available
@foxxmd/logging Docs
@foxxmd/logging Docs
factory
<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
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
GitHub
@foxxmd/logging Docs
Loading...