Add additional error code CYNARA_API_CACHE_MISS 78/26578/2
authorZofia Abramowska <z.abramowska@samsung.com>
Tue, 26 Aug 2014 12:08:18 +0000 (14:08 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Thu, 28 Aug 2014 15:23:07 +0000 (08:23 -0700)
Change-Id: I2f128b28b19956409f0251f725a28a0e8ace2e7d

src/include/cynara-client-error.h

index b4746b8..e5539ea 100644 (file)
@@ -21,8 +21,8 @@
  * @brief       This file contains error codes returned by client APIs of Cynara.
  */
 
-#ifndef CYNARA_ERROR_H
-#define CYNARA_ERROR_H
+#ifndef CYNARA_CLIENT_ERROR_H
+#define CYNARA_CLIENT_ERROR_H
 
 /**
  * \name Return Codes
@@ -45,6 +45,9 @@
 
 /*! \brief   service not available */
 #define CYNARA_API_SERVICE_NOT_AVAILABLE -4
+
+/*! \brief   indicating that value is not present in cache */
+#define CYNARA_API_CACHE_MISS -5
 /** @}*/
 
-#endif // CYNARA_ERROR_H
+#endif // CYNARA_CLIENT_ERROR_H