Enum GeofenceError
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Enumeration for the types of error occured, if any.
public enum GeofenceError
Fields
| Name | Description |
|---|---|
| AlreadyStarted | Geofencing is already started. |
| DBFailed | DB error in the server side. |
| Exception | Exception occurs. |
| GeofenceAccessDenied | Access to the specified geofence is denied. |
| InvalidID | Invalid geofence ID. |
| InvalidParameter | Invalid parameter. |
| IPC | Error in GPS, Wi-Fi, or BT. |
| None | Successful. |
| NotInitialized | Geofence manager is not initialized. |
| NotSupported | Not Supported. |
| OutOfMemory | Out of memory. |
| PermissionDenied | Permission denied. |
| PlaceAccessDenied | Access to the specified place is denied. |
| TooManyGeofence | Too many geofence. |