JsSystemError class abstract
- Inheritance
-
- Object
- NodeJsError
- JsSystemError
- Annotations
-
- @JS('SystemError')
Constructors
Properties
- address → String
-
no setter
- code → String
-
no setterinherited
- errno → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
no setterinherited
- path → String
-
no setter
- port → num
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stack → String
-
no setterinherited
- syscall → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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
- EADDRINUSE → const String
- ECONNREFUSED → const String
- ECONNRESET → const String
- EEXIST → const String
- EISDIR → const String
- EMFILE → const String
- ENOENT → const String
- ENOTDIR → const String
- ENOTEMPTY → const String
- EPERM → const String
- EPIPE → const String
- ETIMEDOUT → const String