Class OrchestrationWarningCodes

java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationWarningCodes

public class OrchestrationWarningCodes extends Object
The OrchestrationWarningCodes class lists every warning code used when performing orchestration tasks.
  • Field Details

    • UNKNOWN_WARNING

      public static final int UNKNOWN_WARNING
      an unknown warning occurred
      See Also:
    • 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:
    • MISSING_BLUETOOTH_PERMISSION

      public static final int MISSING_BLUETOOTH_PERMISSION
      Bluetooth permission not granted by user
      See Also:
    • MISSING_WIFI_PERMISSION

      public static final int MISSING_WIFI_PERMISSION
      Wifi permission not granted by user
      See Also:
    • MISSING_READ_PHONE_STATE_PERMISSION

      public static final int MISSING_READ_PHONE_STATE_PERMISSION
      Read phone state permission not granted by user
      See Also:
    • MISSING_LOCATION_PERMISSION

      public static final int MISSING_LOCATION_PERMISSION
      Location permission not granted by user or location permission missing in manifest
      See Also:
    • LOCATION_UNAVAILABLE

      public static final int LOCATION_UNAVAILABLE
      Location services are disabled on the device
      See Also:
    • 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:
  • Constructor Details

    • OrchestrationWarningCodes

      public OrchestrationWarningCodes()