MCPcopy Index your code
hub / github.com/parse-community/parse-server / errorHandler

Function errorHandler

spec/CloudCode.spec.js:1050–1053  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

1048 });
1049
1050 const errorHandler = function (error) {
1051 fail(error);
1052 done();
1053 };
1054
1055 const obj = new Parse.Object('AfterDeleteTest2');
1056 obj.save().then(function () {

Callers

nothing calls this directly

Calls 1

failFunction · 0.85

Tested by

no test coverage detected