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.

Index

Constructors

constructor

Properties

Optional debugString

debugString: undefined | string

Human readable description of this error

errorCode

errorCode: string

The cause for this error

message

message: string

name

name: string

requestId

requestId: string

Request ID from the associated EXECUTE intent.

Optional stack

stack: undefined | string