blob: 87c667243c01ea8cb69167b39b60202dfcf09691 [file] [log] [blame] [view]
# SocketReaderError class
**Inheritance**
- Object
- Error
- SocketReaderError
## Constructors
[SocketReaderError](../zircon/SocketReaderError/SocketReaderError.md) (Object error, StackTrace stacktrace)
## Properties
##### [error](../zircon/SocketReaderError/error.md) → Object
_<span class="feature">final</span>_
##### [hashCode](../zircon/SocketReaderError/hashCode.md) &#8594; int
The hash code for this object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [runtimeType](../zircon/SocketReaderError/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [stackTrace](../zircon/SocketReaderError/stackTrace.md) &#8594; StackTrace
The stack trace at the point where this error was first thrown.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [stacktrace](../zircon/SocketReaderError/stacktrace.md) &#8594; StackTrace
_<span class="feature">final</span>_
## Methods
##### [noSuchMethod](../zircon/SocketReaderError/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature">inherited</span>_
##### [toString](../zircon/SocketReaderError/toString.md)() String
A string representation of this object.
_<span class="feature">override</span>_
## Operators
##### [operator ==](../zircon/SocketReaderError/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature">inherited</span>_