Skip to main content
PFCloudScriptScriptExecutionError data model.

Syntax

Members

error   const char*
is null-terminated
(Optional) Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError. message   const char*
is null-terminated
(Optional) Details about the error. stackTrace   const char*
is null-terminated
(Optional) Point during the execution of the script at which the error occurred, if any.

Requirements

Header: PFCloudScriptTypes.h

See also

PFCloudScriptTypes members
Last modified on August 3, 2026