BluIDSDKErrorType

enum BluIDSDKErrorType : Enum<BluIDSDKErrorType>

Defines the types of errors that can occur while performing operations on a BluPOINT device.

Entries

DEVICE_BUSY
Link copied to clipboard

The device is busy processing other operation.

DEVICE_API_TIMEOUT
Link copied to clipboard

The device didn't respond within the time limit.

BLUETOOTH_UNAUTHORIZED
Link copied to clipboard

Permission not granted to access bluetooth.

BLUETOOTH_POWER_OFF
Link copied to clipboard

The bluetooth is powered off.

JSON_PARSE_FAILURE
Link copied to clipboard

Unable to parse JSON.

NOT_FOUND
Link copied to clipboard

The dependent data not found.

DELETE_FAILED
Link copied to clipboard

The delete operation for the dependent data failed.

DOWNLOAD_FAILED
Link copied to clipboard

The download operation for the dependent data failed.

ACCESS_DENIED
Link copied to clipboard

The access permission for the operation is not granted.

DEVICE_IN_BLUBOOT
Link copied to clipboard

The device is currently in BluBOOT mode.

DEVICE_INVALID_RESPONSE
Link copied to clipboard

The response given by the device is invalid.

DEVICE_COMMUNICATION_ERROR
Link copied to clipboard

Attempted to communicate but did not get a response.

DEVICE_FAILURE
Link copied to clipboard

The device failed to perform the operation.

DEVICE_CONNECT_FAILURE
Link copied to clipboard

Failed to connect to the device.

DEVICE_CONNECTION_LOST
Link copied to clipboard

Connection with the device is lost.

DEVICE_UNREACHABLE
Link copied to clipboard

The device is out of reach.

FIRMWARE_UPDATE_FAILED
Link copied to clipboard

The upgradation of firmware failed.

LOGIN_EXPIRED
Link copied to clipboard

The session has expired.

SERVER_UNAUTHORIZED
Link copied to clipboard

The request made needs access to a restricted resource.

SERVER_BAD_REQUEST
Link copied to clipboard

The server cannot or will not process the request due to something that is perceived to be a client error.

SERVER_ERROR_RESPONSE
Link copied to clipboard

The server while working as a gateway to get a response needed to handle the request, got an invalid response.

SERVER_ERROR
Link copied to clipboard

Exception from the server.

SERVER_UNREACHABLE
Link copied to clipboard

The server is out of reach.

TIMEOUT
Link copied to clipboard

No response came from server.

NO_INTERNET
Link copied to clipboard

The device has no internet connection.

INVALID_INPUT
Link copied to clipboard

The input entered by the user is not valid

ERROR
Link copied to clipboard

Returns Generic Error

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int