Edit

Share via


ARErrorCodeExtensions.GetDomain(ARErrorCode) Method

Definition

Returns the error domain associated with the ARKit.ARErrorCode value

public static Foundation.NSString GetDomain (this ARKit.ARErrorCode self);
static member GetDomain : ARKit.ARErrorCode -> Foundation.NSString

Parameters

self
ARErrorCode

The enumeration value

Returns

Remarks

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

Applies to