AsyncError class

Pair of error and stack trace. Returned by Zone.errorCallback.

Pair of error and stack trace. Returned by Zone.errorCallback.

Implements

Constructors

AsyncError(error, StackTrace stackTrace)

Instance Properties

error dynamic
read-only
stackTrace StackTrace
read-only

Instance Methods

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