Enum ResultType
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
Enumeration for the DataControl result types.
public enum ResultType
Fields
Name | Description |
---|---|
InvalidParameter | Value representing DataControl operation causing invalid parameter error. |
IoError | Value representing DataControl operation causing I/O error. |
MaxExceed | Value representing DataControl operation causing max exceed error. |
OutOfMemory | Value representing DataControl operation causing out of memory error. |
PermissionDenied | Value representing DataControl operation causing permission denied error. |
Success | Value representing DataControl operation success. |