Closure Library API Documentation
Go to class or file:
async.Deferred.Error_
Extends
Wrapper around errors that are scheduled to be thrown by failing deferreds after a timeout.
Useful links
Source Code
Git
Inheritance
goog.async.Deferred.Error_
Constructor
goog.async.Deferred.Error_(
error
)
Parameters
error
:
*
Error from a failing deferred.
Instance Methods
Public
Protected
Private
Defined in
goog.async.Deferred.Error_
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
Defined in
goog.async.Deferred.Error_
error_
:
No description.
Code »
id_
:
No description.
Code »
Package async.Deferred
Package Reference