OWLIFT Library for Android: OwliftErrorId Class Reference
OWLIFT Library for Android  1.8.0.0
Top Page
List of all members | Static Public Attributes
OwliftErrorId Class Reference

Static Public Attributes

static final int ERR_OK = 0
 
static final int ERR_INVALID_ARGUMENT = 18
 
static final int ERR_INVALID_STATEMENT = 100
 
static final int ERR_DEVICE_NOT_FOUND = 103
 
static final int ERR_DEVICE_NOT_READY = 104
 
static final int ERR_NOT_ENOUGH_SIZE = 106
 
static final int ERR_NOT_YET = 107
 
static final int ERR_FIRMWARE_ERROR = 110
 
static final int ERR_SENSOR_ERROR = 111
 
static final int ERR_NULL_POINTER = 120
 
static final int ERR_OTHER = 1000
 

Detailed Description

Error ID.

Member Data Documentation

◆ ERR_DEVICE_NOT_FOUND

final int ERR_DEVICE_NOT_FOUND = 103
static

No device was found.

◆ ERR_DEVICE_NOT_READY

final int ERR_DEVICE_NOT_READY = 104
static

Device is not ready.

◆ ERR_FIRMWARE_ERROR

final int ERR_FIRMWARE_ERROR = 110
static

Error occurred in device firmware.

◆ ERR_INVALID_ARGUMENT

final int ERR_INVALID_ARGUMENT = 18
static

Value of argument is invalid.

◆ ERR_INVALID_STATEMENT

final int ERR_INVALID_STATEMENT = 100
static

Called in invalid state.

◆ ERR_NOT_ENOUGH_SIZE

final int ERR_NOT_ENOUGH_SIZE = 106
static

Not enough size of the area.

◆ ERR_NOT_YET

final int ERR_NOT_YET = 107
static

Processing is not completed.

◆ ERR_NULL_POINTER

final int ERR_NULL_POINTER = 120
static

Argument as a pointer type is NULL.

◆ ERR_OK

final int ERR_OK = 0
static

Success.

◆ ERR_OTHER

final int ERR_OTHER = 1000
static

Other errors.

◆ ERR_SENSOR_ERROR

final int ERR_SENSOR_ERROR = 111
static

Error occurred in device sensor.