Class OrchestrationWarningCodes


  • public class OrchestrationWarningCodes
    extends java.lang.Object
    The OrchestrationWarningCodes class lists every warning code used when performing orchestration tasks.
    • 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
    • Constructor Detail

      • OrchestrationWarningCodes

        public OrchestrationWarningCodes()