JsSystemError class
- Inheritance
- Object
- NodeJsError
- JsSystemError
- Annotations
- @JS('SystemError')
Constructors
Properties
- address → String
-
read-only
- code → String
-
read-only, inherited
- errno → dynamic
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- message → String
-
read-only, inherited
- path → String
-
read-only
- port → num
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stack → String
-
read-only, inherited
- syscall → String
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- EACCES → const String
-
'EACCES'
- EADDRINUSE → const String
-
'EADDRINUSE'
- ECONNREFUSED → const String
-
'ECONNREFUSED'
- ECONNRESET → const String
-
'ECONNRESET'
- EEXIST → const String
-
'EEXIST'
- EISDIR → const String
-
'EISDIR'
- EMFILE → const String
-
'EMFILE'
- ENOENT → const String
-
'ENOENT'
- ENOTDIR → const String
-
'ENOTDIR'
- ENOTEMPTY → const String
-
'ENOTEMPTY'
- EPERM → const String
-
'EPERM'
- EPIPE → const String
-
'EPIPE'
- ETIMEDOUT → const String
-
'ETIMEDOUT'