DriftRemoteException class

An exception reported on the other end of a drift remote protocol.

For a drift isolates, this exception is thrown if an error happened while a background isolate tries to run your query.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
remoteCause Object
The original error on the remote peer.
final
remoteStackTrace StackTrace?
The stack trace of the original error on the remote peer.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited