async.Deferred.Error_ Extends
Wrapper around errors that are scheduled to be thrown by failing deferreds after a timeout.

Inheritance

Constructor

goog.async.Deferred.Error_(error)

Parameters

error : *
Error from a failing deferred.

Instance Methods

Public Protected Private
resetTimer()
Resets the error throw timer.
code »
throwError()
Actually throws the error and removes it from the list of pending deferred errors.
code »

Instance Properties

error_ :
No description.
Code »
id_ :
No description.
Code »

Package async.Deferred

Package Reference