C# Class PlayFab.ServerModels.ScriptExecutionError

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat string

Message public_oe property

Details about the error
public string Message
Résultat string

StackTrace public_oe property

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