public final class ENErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
APIMisuse
Exposure Notification has not been enabled.
|
static long |
BadFormat
Exposure Notification is disabled due to system policies.
|
static long |
BadParameter
Underlying failure with an unknown cause.
|
static long |
BluetoothOff
Invalidate was called before the operation completed normally.
|
static long |
DataInaccessible
File or data format problem.
|
static long |
InsufficientMemory
Internal error.
|
static long |
InsufficientStorage
Bluetooth was turned off the by user.
|
static long |
Internal
The API was used incorrectly.
|
static long |
Invalidated
Operation is not supported.
|
static long |
NotAuthorized
Calling process doesn't have the correct entitlement.
|
static long |
NotEnabled
Insufficient storage space to enable Exposure Notification.
|
static long |
NotEntitled
Missing or incorrect parameter.
|
static long |
RateLimited
Not enough memory to perform an operation.
|
static long |
Restricted
API called too frequently.
|
static long |
TravelStatusNotAvailable
The device must be unlocked before data is accessible.
|
static long |
Unknown |
static long |
Unsupported
User denied this process access to Exposure Notification functionality.
|
public static final long Unknown
public static final long BadParameter
public static final long NotEntitled
public static final long NotAuthorized
public static final long Unsupported
public static final long Invalidated
public static final long BluetoothOff
public static final long InsufficientStorage
public static final long NotEnabled
public static final long APIMisuse
public static final long Internal
public static final long InsufficientMemory
public static final long RateLimited
public static final long Restricted
public static final long BadFormat
public static final long DataInaccessible
public static final long TravelStatusNotAvailable