C# Класс PlayFab.AdminModels.ScriptExecutionError

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Error string
Message string
StackTrace string

Описание свойств

Error публичное свойство

Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError
public string Error
Результат string

Message публичное свойство

Details about the error
public string Message
Результат string

StackTrace публичное свойство

Point during the execution of the script at which the error occurred, if any
public string StackTrace
Результат string