Package apple.arkit.enums
Class ARErrorCode
- java.lang.Object
-
- apple.arkit.enums.ARErrorCode
-
public final class ARErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCameraUnauthorizedApp does not have permission to use the camera.static longCollaborationDataUnavailableCollaboration data is not available.static longFileIOFailedUnable to read or write to file.static longGeoTrackingFailedGeo tracking has encountered a runtime error.static longGeoTrackingNotAvailableAtLocationGeo tracking is not available at this location.static longInsufficientFeaturesInsufficient features.static longInvalidCollaborationDataInvalid collaboration data.static longInvalidConfigurationInvalid configuration.static longInvalidReferenceImageInvalid reference imagestatic longInvalidReferenceObjectInvalid reference object.static longInvalidWorldMapInvalid world map.static longLocationUnauthorizedApp does not have permission to use the location data of the device.static longMicrophoneUnauthorizedApp does not have permission to use the microphone.static longObjectMergeFailedObject merge failed.static longRequestFailedGeneric request failure.static longSensorFailedA sensor failed to provide the required input.static longSensorUnavailableA sensor required to run the session is not available.static longUnsupportedConfigurationUnsupported configuration.static longWorldTrackingFailedWorld tracking has encountered a fatal error.
-
-
-
Field Detail
-
UnsupportedConfiguration
public static final long UnsupportedConfiguration
Unsupported configuration.- See Also:
- Constant Field Values
-
SensorUnavailable
public static final long SensorUnavailable
A sensor required to run the session is not available.- See Also:
- Constant Field Values
-
SensorFailed
public static final long SensorFailed
A sensor failed to provide the required input.- See Also:
- Constant Field Values
-
CameraUnauthorized
public static final long CameraUnauthorized
App does not have permission to use the camera. The user may change this in settings.- See Also:
- Constant Field Values
-
WorldTrackingFailed
public static final long WorldTrackingFailed
World tracking has encountered a fatal error.- See Also:
- Constant Field Values
-
MicrophoneUnauthorized
public static final long MicrophoneUnauthorized
App does not have permission to use the microphone. The user may change this in settings.- See Also:
- Constant Field Values
-
InvalidReferenceImage
public static final long InvalidReferenceImage
Invalid reference image- See Also:
- Constant Field Values
-
InvalidReferenceObject
public static final long InvalidReferenceObject
Invalid reference object.- See Also:
- Constant Field Values
-
InvalidWorldMap
public static final long InvalidWorldMap
Invalid world map.- See Also:
- Constant Field Values
-
InvalidConfiguration
public static final long InvalidConfiguration
Invalid configuration.- See Also:
- Constant Field Values
-
CollaborationDataUnavailable
public static final long CollaborationDataUnavailable
Collaboration data is not available.- See Also:
- Constant Field Values
-
InvalidCollaborationData
public static final long InvalidCollaborationData
Invalid collaboration data.- See Also:
- Constant Field Values
-
InsufficientFeatures
public static final long InsufficientFeatures
Insufficient features.- See Also:
- Constant Field Values
-
ObjectMergeFailed
public static final long ObjectMergeFailed
Object merge failed.- See Also:
- Constant Field Values
-
FileIOFailed
public static final long FileIOFailed
Unable to read or write to file.- See Also:
- Constant Field Values
-
LocationUnauthorized
public static final long LocationUnauthorized
App does not have permission to use the location data of the device. The user may change this in settings.- See Also:
- Constant Field Values
-
GeoTrackingNotAvailableAtLocation
public static final long GeoTrackingNotAvailableAtLocation
Geo tracking is not available at this location.- See Also:
- Constant Field Values
-
GeoTrackingFailed
public static final long GeoTrackingFailed
Geo tracking has encountered a runtime error.- See Also:
- Constant Field Values
-
RequestFailed
public static final long RequestFailed
Generic request failure.- See Also:
- Constant Field Values
-
-