Skip to main content
Version: 5.7.0

LogWarningJson

Logs an App Warning message to the error log.

ServiceOperation
logLOG_WARNING

Method Parameters

ParameterDescription
errorMessageThe error message.
jsonContextJSON formatted string that will display via the context icon click.

Usage

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