search

goog.Promise.CancellationError

Provided By
Extends

Error used as a rejection reason for canceled Promises. This will still be a rejection, but should generally be ignored by other error handlers (because cancellation should not be a reportable error).

new CancellationError( opt_message )

Parameters
opt_messagestring=

Instance Properties