ARErrorCodeExtensions Class

Definition

Extension methods for the ARKit.ARErrorCode enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static class ARErrorCodeExtensions
type ARErrorCodeExtensions = class
Inheritance
ARErrorCodeExtensions
Attributes

Remarks

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

Methods

GetDomain(ARErrorCode)

Returns the error domain associated with the ARKit.ARErrorCode value

Applies to