data_control_error_e class abstract
@brief Enumeration for the various error codes an API can return. @since_tizen 2.3
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DATA_CONTROL_ERROR_INVALID_PARAMETER → const int
- < Invalid parameter
- DATA_CONTROL_ERROR_IO_ERROR → const int
- < I/O error
- DATA_CONTROL_ERROR_MAX_EXCEEDED → const int
- < Too long argument
- DATA_CONTROL_ERROR_NONE → const int
- < Successful
- DATA_CONTROL_ERROR_OUT_OF_MEMORY → const int
- < Out of memory
- DATA_CONTROL_ERROR_PERMISSION_DENIED → const int
- < Permission denied