Error codes that can be used in intent responses.

Index

Enumeration members

DEVICE_NOT_IDENTIFIED

DEVICE_NOT_IDENTIFIED: = "DEVICE_NOT_IDENTIFIED"

Returned when the device is not identified correctly.

DEVICE_NOT_SUPPORTED

DEVICE_NOT_SUPPORTED: = "DEVICE_NOT_SUPPORTED"

Returned when the device is not supported by local path.

DEVICE_VERIFICATION_FAILED

DEVICE_VERIFICATION_FAILED: = "DEVICE_VERIFICATION_FAILED"

Returned when the device is not found in sync-ed devices.

GENERIC_ERROR

GENERIC_ERROR: = "GENERIC_ERROR"

Unspecified error occurred.

INTENT_CANCELLED

INTENT_CANCELLED: = "INTENT_CANCELLED"

Returned when the request is cancelled.

INVALID_REQUEST

INVALID_REQUEST: = "INVALID_REQUEST"

Returned when the request is not valid.

NOT_SUPPORTED

NOT_SUPPORTED: = "NOT_SUPPORTED"

Returned when the intent is not supported by the application.