ActivityRecognizerError QML Type

Contains errors encountered by ActivityRecognizer. More...

Import Statement: import ArcGIS.AppFramework.Sensors 1.0

Properties

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.

NameValue
ActivityRecognizerError.ErrorNone0
ActivityRecognizerError.ErrorServiceMissing1
ActivityRecognizerError.ErrorPermission2
ActivityRecognizerError.ErrorNotSupportedFeature3
ActivityRecognizerError.ErrorUnknown4

Property Documentation

[read-only] errorCode : ErrorCode

Provides the code for the error encountered by the activity recognizer. Informed by the ErrorCode enum.


[read-only] errorMessage : string

The error message for the associated error code.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.