Share via


ASErrorCodeExtensions.GetDomain(ASErrorCode) Method

Definition

Returns the error domain associated with the AccessorySetupKit.ASErrorCode value

public static Foundation.NSString? GetDomain(this AccessorySetupKit.ASErrorCode self);
static member GetDomain : AccessorySetupKit.ASErrorCode -> Foundation.NSString

Parameters

self
ASErrorCode

The enumeration value

Returns

Remarks

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

Applies to