C# 클래스 PlayFab.PlayFabError

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CustomData object
Error PlayFabErrorCode
ErrorDetails List>.Dictionary
ErrorMessage string
HttpCode int
HttpStatus string

공개 메소드들

메소드 설명
GenerateErrorReport ( ) : string
ToString ( ) : string

메소드 상세

GenerateErrorReport() 공개 메소드

public GenerateErrorReport ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CustomData 공개적으로 프로퍼티

public object CustomData
리턴 object

Error 공개적으로 프로퍼티

public PlayFabErrorCode Error
리턴 PlayFabErrorCode

ErrorDetails 공개적으로 프로퍼티

public Dictionary> ErrorDetails
리턴 List>.Dictionary

ErrorMessage 공개적으로 프로퍼티

public string ErrorMessage
리턴 string

HttpCode 공개적으로 프로퍼티

public int HttpCode
리턴 int

HttpStatus 공개적으로 프로퍼티

public string HttpStatus
리턴 string