Preparing search index...
The search index is not available
zeromq.js
zeromq.js
<internal>
ErrnoError
Interface ErrnoError
An error that represents a generic error with an associated error code.
interface
ErrnoError
{
code
:
string
;
errno
:
number
;
message
:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy (
View Summary
)
Error
ErrnoError
Index
Properties
code
errno
message
name
stack?
Properties
code
code
:
string
errno
errno
:
number
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
errno
message
name
stack
zeromq.js
Loading...
An error that represents a generic error with an associated error code.