C# Class PlayFab.ClientModels.ScriptExecutionError

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Error string
Message string
StackTrace string

Property Details

Error public_oe property

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

Message public_oe property

Details about the error
public string Message
return string

StackTrace public_oe property

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