Class OrchestrationWarningCodes
- java.lang.Object
-
- com.vasco.orchestration.client.errors.OrchestrationWarningCodes
-
public class OrchestrationWarningCodes extends java.lang.Object
TheOrchestrationWarningCodes
class lists every warning code used when performing orchestration tasks.
-
-
Field Summary
Fields Modifier and Type Field Description static int
LOCATION_TIMEOUT
Deprecated.static int
LOCATION_UNAVAILABLE
Location services are disabled on the devicestatic int
MISSING_BLUETOOTH_PERMISSION
Bluetooth permission not granted by userstatic int
MISSING_LOCATION_BLUETOOTH_SCAN
Location Bluetooth Scan permission not granted by user or location permission missing in manifeststatic int
MISSING_LOCATION_PERMISSION
Location permission not granted by user or location permission missing in manifeststatic int
MISSING_READ_PHONE_STATE_PERMISSION
Read phone state permission not granted by userstatic int
MISSING_WIFI_PERMISSION
Wifi permission not granted by userstatic int
UNKNOWN_WARNING
an unknown warning occurred
-
Constructor Summary
Constructors Constructor Description OrchestrationWarningCodes()
-
-
-
Field Detail
-
UNKNOWN_WARNING
public static final int UNKNOWN_WARNING
an unknown warning occurred- See Also:
- Constant Field Values
-
LOCATION_TIMEOUT
public static final int LOCATION_TIMEOUT
Deprecated.geolocation did not retrieve a location with the request accuracy within the time limit- See Also:
- Constant Field Values
-
MISSING_BLUETOOTH_PERMISSION
public static final int MISSING_BLUETOOTH_PERMISSION
Bluetooth permission not granted by user- See Also:
- Constant Field Values
-
MISSING_WIFI_PERMISSION
public static final int MISSING_WIFI_PERMISSION
Wifi permission not granted by user- See Also:
- Constant Field Values
-
MISSING_READ_PHONE_STATE_PERMISSION
public static final int MISSING_READ_PHONE_STATE_PERMISSION
Read phone state permission not granted by user- See Also:
- Constant Field Values
-
MISSING_LOCATION_PERMISSION
public static final int MISSING_LOCATION_PERMISSION
Location permission not granted by user or location permission missing in manifest- See Also:
- Constant Field Values
-
LOCATION_UNAVAILABLE
public static final int LOCATION_UNAVAILABLE
Location services are disabled on the device- See Also:
- Constant Field Values
-
MISSING_LOCATION_BLUETOOTH_SCAN
public static final int MISSING_LOCATION_BLUETOOTH_SCAN
Location Bluetooth Scan permission not granted by user or location permission missing in manifest- See Also:
- Constant Field Values
-
-