Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFCloudScriptScriptExecutionError data model.
Syntax
typedef struct PFCloudScriptScriptExecutionError {
const char* error;
const char* message;
const char* stackTrace;
} PFCloudScriptScriptExecutionError;
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