Enum ComplicationError
Definition
- Namespace:
- Tizen.Applications.WatchfaceComplication
- Assembly:
- Tizen.Applications.WatchfaceComplication.dll
Enumeration for the complication error.
public enum ComplicationError
Fields
Name | Description |
---|---|
DB | DB operation error. |
DBus | DBus operation error. |
EditNotReady | The editor is not ready for editing error. |
ExistID | Already exist ID error. |
InvalidParam | Invalid parameter error. |
IO | IO error. |
NoData | No data error. |
None | Error none. |
NotAvailable | Not available error. |
NotExist | Not exist error. |
NotSupported | The complication API is not supported error. |
OutOfMemory | Out of memory error. |
PermissionDeny | Permission deny error. |