GKGameSessionErrorCodeExtensions.GetDomain(GKGameSessionErrorCode) Method

Definition

Returns the error domain associated with the GameKit.GKGameSessionErrorCode value

public static Foundation.NSString GetDomain (this GameKit.GKGameSessionErrorCode self);
static member GetDomain : GameKit.GKGameSessionErrorCode -> Foundation.NSString

Parameters

self
GKGameSessionErrorCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to