ARErrorCode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerate causes for an ARSession failure.
C#
[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 enum ARErrorCode
type ARErrorCode =
- Inheritance
-
ARErrorCode
- Attributes
Name | Value | Description |
---|---|---|
UnsupportedConfiguration | 100 | The requested T:ARKit.ARSessionConfiguration is not compatible with the device. |
SensorUnavailable | 101 | A suitable capture device could not be found. |
SensorFailed | 102 | A failure relating to the capture device(s). |
CameraUnauthorized | 103 | Indicates that the user has not allowed access to the camera. |
WorldTrackingFailed | 200 | A failure relating to world tracking. |
InvalidReferenceImage | 300 | |
InvalidReferenceObject | 301 | |
InvalidWorldMap | 302 | |
InvalidConfiguration | 303 | |
InsufficientFeatures | 400 | |
ObjectMergeFailed | 401 | |
FileIOFailed | 500 |
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |