Use the DeviceNotSupportedError to indicate that the discovered device provided to your IdentifyHandler should be ignored. The platform will not report this device to your app again until the next reboot.

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