Contains errors encountered by ActivityRecognizer. More...
Import Statement: | import ArcGIS.AppFramework.Sensors 1.0 |
Properties
- errorCode : ErrorCode
- errorMessage : string
Detailed Description
The ActivityRecognizerError component contains any errors encountered by the ActivityRecognizer component.
This component cannot be instantiated by itself, and can only be created by the error property in the ActivityRecognizer component.
Enumerations
ErrorCode enumeration
Enum describing the error encountered by the activity recognizer. Informs the errorCode property.
Name | Value |
---|---|
ActivityRecognizerError.ErrorNone | 0 |
ActivityRecognizerError.ErrorServiceMissing | 1 |
ActivityRecognizerError.ErrorPermission | 2 |
ActivityRecognizerError.ErrorNotSupportedFeature | 3 |
ActivityRecognizerError.ErrorUnknown | 4 |
Property Documentation
Provides the code for the error encountered by the activity recognizer. Informed by the ErrorCode enum.