Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
logError
Function · 0.80
constructor
Method · 0.80
start
Method · 0.80
handleShutdown
Method · 0.80
startApp
Method · 0.80
renewSessionIfNeeded
Function · 0.80
handleAuthDataValidation
Function · 0.80
createSanitizedError
Function · 0.80
createSanitizedHttpError
Function · 0.80
encodeBody
Function · 0.80
logResult
Function · 0.80
handleRateLimit
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
3
getMockFacebookProviderWithIdToken
Function · 0.64
authenticate
Function · 0.64
getMockMyOauthProvider
Function · 0.64