RemoteError class

Description of an error from another isolate.

Description of an error from another isolate.

This error has the same toString() and stackTrace.toString() behavior as the original error, but has no other features of the original error.

Implements

Constructors

RemoteError(String description, String stackDescription)

Instance Properties

stackTrace StackTrace
read-only

Instance Methods

toString() → String
Returns a string representation of this object.