Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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