Modifica

Condividi tramite


GKGameSessionErrorCode Enum

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum GKGameSessionErrorCode
type GKGameSessionErrorCode = 
Inheritance
GKGameSessionErrorCode
Attributes

Fields

Name Value Description
Unknown 1
NotAuthenticated 2
SessionConflict 3
SessionNotShared 4
ConnectionCancelledByUser 5
ConnectionFailed 6
SessionHasMaxConnectedPlayers 7
SendDataNotConnected 8
SendDataNoRecipients 9
SendDataNotReachable 10
SendRateLimitReached 11
BadContainer 12
CloudQuotaExceeded 13
NetworkFailure 14
CloudDriveDisabled 15
InvalidSession 16

Applies to