MCPcopy
hub / github.com/parse-community/parse-server / error

Method error

src/Controllers/LoggerController.js:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 error() {
133 return this.log('error', arguments);
134 }
135
136 warn() {
137 return this.log('warn', arguments);

Callers 15

logErrorFunction · 0.80
constructorMethod · 0.80
startMethod · 0.80
handleShutdownMethod · 0.80
startAppMethod · 0.80
renewSessionIfNeededFunction · 0.80
handleAuthDataValidationFunction · 0.80
createSanitizedErrorFunction · 0.80
createSanitizedHttpErrorFunction · 0.80
encodeBodyFunction · 0.80
logResultFunction · 0.80
handleRateLimitFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 3

authenticateFunction · 0.64
getMockMyOauthProviderFunction · 0.64