dcm_error_e class abstract
@brief Enumeration for DCM error values. @since_tizen 5.0
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
- DCM_ERROR_INVALID_PARAMETER → const int
- < Invalid function parameter
- DCM_ERROR_NO_DATA → const int
- < No data available
- DCM_ERROR_NONE → const int
- < Successful
- DCM_ERROR_NOT_SUPPORTED → const int
- < Feature needed to run API is not supported
- DCM_ERROR_OUT_OF_MEMORY → const int
- < Out of memory
- DCM_ERROR_PERMISSION_DENIED → const int
- < Permission denied
- DCM_ERROR_SOCKET → const int
- < Socket error between client and server
- DCM_ERROR_UNKNOWN → const int
- < Unknown error