blob: 9ab226ce7721d558dbf8dacde44815b6274599fd [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
_final_
##### [hashCode](../zircon/SocketReaderError/hashCode.md) → int
The hash code for this object.
_read-only, inherited_
##### [runtimeType](../zircon/SocketReaderError/runtimeType.md) → Type
A representation of the runtime type of the object.
_read-only, inherited_
##### [stackTrace](../zircon/SocketReaderError/stackTrace.md) → StackTrace
The stack trace at the point where this error was first thrown.
_read-only, inherited_
##### [stacktrace](../zircon/SocketReaderError/stacktrace.md) → StackTrace
_final_
## Methods
##### [noSuchMethod](../zircon/SocketReaderError/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_inherited_
##### [toString](../zircon/SocketReaderError/toString.md)() String
A string representation of this object.
_override_
## Operators
##### [operator ==](../zircon/SocketReaderError/operator_equals.md)(Object other) bool
The equality operator.
_inherited_