C# 클래스 PlayFab.AdminModels.ScriptExecutionError

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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