Class OrchestrationWarningCodes
java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationWarningCodes
The
OrchestrationWarningCodes
class lists every warning code used when performing
orchestration tasks.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Location services are disabled on the devicestatic final int
Bluetooth permission not granted by userstatic final int
Location Bluetooth Scan permission not granted by user or location permission missing in manifeststatic final int
Location permission not granted by user or location permission missing in manifeststatic final int
Read phone state permission not granted by userstatic final int
Wifi permission not granted by userstatic final int
an unknown warning occurred -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN_WARNING
public static final int UNKNOWN_WARNINGan unknown warning occurred- See Also:
-
LOCATION_TIMEOUT
public static final int LOCATION_TIMEOUTDeprecated.geolocation did not retrieve a location with the request accuracy within the time limit- See Also:
-
MISSING_BLUETOOTH_PERMISSION
public static final int MISSING_BLUETOOTH_PERMISSIONBluetooth permission not granted by user- See Also:
-
MISSING_WIFI_PERMISSION
public static final int MISSING_WIFI_PERMISSIONWifi permission not granted by user- See Also:
-
MISSING_READ_PHONE_STATE_PERMISSION
public static final int MISSING_READ_PHONE_STATE_PERMISSIONRead phone state permission not granted by user- See Also:
-
MISSING_LOCATION_PERMISSION
public static final int MISSING_LOCATION_PERMISSIONLocation permission not granted by user or location permission missing in manifest- See Also:
-
LOCATION_UNAVAILABLE
public static final int LOCATION_UNAVAILABLELocation services are disabled on the device- See Also:
-
MISSING_LOCATION_BLUETOOTH_SCAN
public static final int MISSING_LOCATION_BLUETOOTH_SCANLocation Bluetooth Scan permission not granted by user or location permission missing in manifest- See Also:
-
-
Constructor Details
-
OrchestrationWarningCodes
public OrchestrationWarningCodes()
-