Fix library installation path in 64-bit environment
[platform/core/connectivity/stc-manager.git] / include / stc-error.h
old mode 100755 (executable)
new mode 100644 (file)
index ecb4e68..6bf1c40
 #define __STC_ERROR_H__
 
 typedef enum {
-       STC_ERROR_NOTIMPL = -7,            /**< Not implemented yet error */
-       STC_ERROR_UNINITIALIZED = -6,      /**< Cgroup doen't mounted or daemon not started */
+       STC_ERROR_NOTIMPL = -9,            /**< Not implemented yet error */
+       STC_ERROR_PERMISSION_DENIED = -8,  /**< Permission denied */
+       STC_ERROR_UNINITIALIZED = -7,      /**< Not initialized */
+       STC_ERROR_ALREADY_DATA = -6,       /**< Success, but already data */
        STC_ERROR_NO_DATA = -5,            /**< Success, but no data */
        STC_ERROR_INVALID_PARAMETER = -4,  /**< Invalid parameter */
        STC_ERROR_OUT_OF_MEMORY = -3,      /**< Out of memory */