Index
Constructors
Properties
Constructors
constructor
-
Parameters
-
requestId: string
Request ID of the intent.
-
Optional debugString: undefined | string
Human readable description of this error.
Returns DeviceNotIdentifiedError
-
Properties
Optional debugString
Human readable description of this error
errorCode
The cause for this error
message
name
requestId
Request ID from the associated EXECUTE
intent.
Use the
DeviceNotIdentifiedError
to indicate that you are unable to identify the discovered device provided to your IdentifyHandler using the provided scan data. The platform will not report this device to your app again until the next reset.For more details on error handling, see HandlerError.