MCPcopy Create free account
hub / github.com/parse-community/parse-server / setFailed

Function setFailed

src/StatusHandler.js:107–109  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

105 };
106
107 const setFailed = function (message) {
108 return setFinalStatus('failed', message);
109 };
110
111 const setFinalStatus = function (status, message = undefined) {
112 const finishedAt = new Date();

Callers

nothing calls this directly

Calls 1

setFinalStatusFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…