Skip to main content
Version: 5.4.0

LogErrorJson

Logs an App Error message to the error log.

ServiceOperation
logLOG_ERROR

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}

Method Parameters

ParameterDescription
errorMessageThe error message.
contextAdditional JSON-format information to include with the message.