Struct StovePCMatchmakingError
콜백 호출시 전달되는 기본 구조체입니다.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Stove.PCSDK.NET.Matchmaking
Assembly: StovePCMatchmaking64.Net.dll
Syntax
public struct StovePCMatchmakingError
Constructors
StovePCMatchmakingError(StovePCMatchmakingFunctionType, StovePCMatchmakingResult, String, Int32)
맴버 초기화 생성자
Declaration
public StovePCMatchmakingError(StovePCMatchmakingFunctionType func, StovePCMatchmakingResult ret, string msg, int ext)
Parameters
| Type | Name | Description |
|---|---|---|
| StovePCMatchmakingFunctionType | func | |
| StovePCMatchmakingResult | ret | |
| System.String | msg | |
| System.Int32 | ext |
Fields
externalError
외부에서 발생한 Error 값 (HTTP error or API result code)
Declaration
public int externalError
Field Value
| Type | Description |
|---|---|
| System.Int32 |
functionType
호출된 함수를 나타내는 enum 값 StovePCMatchmakingFunctionType
Declaration
public StovePCMatchmakingFunctionType functionType
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingFunctionType |
message
Error가 발생한 이유에 대한 상세 메시지
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| System.String |
result
콜백에 대한 응답 결과값 StovePCMatchmakingResult
Declaration
public StovePCMatchmakingResult result
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingResult |