Share via


GKErrorExtensions Class

Definition

Extension methods for the GKError enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class GKErrorExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type GKErrorExtensions = class
Inheritance
GKErrorExtensions
Attributes

Remarks

The extension method for the GKError enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(GKError)

Returns the error domain associated with the GameKit.GKError value

Applies to