C# Class PlayFab.AdminModels.ScriptExecutionError

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Error string
Message string
StackTrace string

Property Details

Error public property

Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError
public string Error
return string

Message public property

Details about the error
public string Message
return string

StackTrace public property

Point during the execution of the script at which the error occurred, if any
public string StackTrace
return string