MCPcopy Index your code
hub / github.com/angular-ui/ui-router / requestError

Function requestError

test/angular/1.7/angular.js:13516–13520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13514 };
13515
13516 var requestError = function() {
13517 // The response is always empty
13518 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
13519 completeRequest(callback, -1, null, null, '', 'error');
13520 };
13521
13522 var requestAborted = function() {
13523 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected