MCPcopy Create free account
hub / github.com/apache/cloudstack / wrappedErrback

Function wrappedErrback

tools/ngui/static/js/lib/angular.js:6853–6860  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

6851 };
6852
6853 var wrappedErrback = function(reason) {
6854 try {
6855 result.resolve((errback || defaultErrback)(reason));
6856 } catch(e) {
6857 exceptionHandler(e);
6858 result.reject(e);
6859 }
6860 };
6861
6862 if (pending) {
6863 pending.push([wrappedCallback, wrappedErrback]);

Callers 1

whenFunction · 0.85

Calls 1

rejectFunction · 0.85

Tested by

no test coverage detected