MCPcopy Index your code
hub / github.com/ampproject/amphtml / onTaskError_

Method onTaskError_

src/chunk.js:210–212  ·  view source on GitHub ↗

* Optional handling when a task run throws an error. * @param {Error} unusedError * @private

(unusedError)

Source from the content-addressed store, hash-verified

208 * @private
209 */
210 onTaskError_(unusedError) {
211 // By default, no-op.
212 }
213
214 /**
215 * Returns true if this task should be run without delay.

Callers 1

runTask_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected