Memo error number 69/83469/3
authoryoungman <yman.jung@samsung.com>
Thu, 11 Aug 2016 06:13:25 +0000 (15:13 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 11 Aug 2016 07:36:36 +0000 (00:36 -0700)
Change-Id: I008abcff95c9c40b8264c5c85bea67dc6579c973
Signed-off-by: youngman <yman.jung@samsung.com>
include/iotcon-errors.h

index b0ebe7e..4cd7e62 100644 (file)
@@ -49,6 +49,22 @@ typedef enum {
        IOTCON_ERROR_SYSTEM = TIZEN_ERROR_IOTCON | 0x06, /**< System errors */
 } iotcon_error_e;
 
+/*
+ * IOTCON_ERROR_NONE 0
+ * IOTCON_ERROR_IO_ERROR -5
+ * IOTCON_ERROR_OUT_OF_MEMORY -12
+ * IOTCON_ERROR_PERMISSION_DENIED -13
+ * IOTCON_ERROR_NOT_SUPPORTED -1073741822
+ * IOTCON_ERROR_INVALID_PARAMETER -22
+ * IOTCON_ERROR_NO_DATA -61
+ * IOTCON_ERROR_TIMEOUT -1073741823
+ * IOTCON_ERROR_IOTIVITY -29884415
+ * IOTCON_ERROR_REPRESENTATION -29884414
+ * IOTCON_ERROR_INVALID_TYPE -29884413
+ * IOTCON_ERROR_ALREADY -29884412
+ * IOTCON_ERROR_SYSTEM -29884410
+ */
+
 /**
  * @}
  */