Tizen RT Public API  v1.1 D4
DM
Collaboration diagram for DM:

Modules

 Connectivity
 Provides APIs for Connectivity Monitoring.
 
 LWM2M
 Provides APIs for LWM2M Client.
 

Files

file  dm_error.h
 Definition of dm_error.
 

Enumerations

enum  dm_error_e
 Enumeration for the dm error. More...
 

Detailed Description

Enumeration Type Documentation

◆ dm_error_e

enum dm_error_e

Enumeration for the dm error.

Enumeration Details:
DM_ERROR_NONE = 0, Successful
DM_ERROR_INVALID_PARAMETER = -EINVAL, Invalid parameter : -22
DM_ERROR_NO_DATA = -ENODATA, No data available : -61
DM_ERROR_TIMED_OUT = -ETIME, Time out : -62
DM_ERROR_NOT_IMPLEMENTED = -ENOSYS, Function not implemented : -38
DM_ERROR_NOT_SUPPORTED = -1101, Not supported
DM_ERROR_ALREADY_STARTED = -1201, Already started
DM_ERROR_ALREADY_STOPPED = -1202, Already stopped
DM_ERROR_UNKNOWN = -1999, Unknown error

Definition at line 49 of file dm_error.h.