Add new error codes needed by credential helpers 86/26886/5
authorRadoslaw Bartosiak <r.bartosiak@samsung.com>
Sun, 31 Aug 2014 08:22:44 +0000 (10:22 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 4 Sep 2014 11:06:52 +0000 (13:06 +0200)
Added codes are:
    CYNARA_API_METHOD_NOT_SUPPORTED
    CYNARA_API_UNKNOWN_ERROR

Change-Id: I604ce30b37bdfe4ecba637bcf423e6fea0b2610c

src/include/cynara-client-error.h

index e5539ea..a506762 100644 (file)
 
 /*! \brief   indicating that value is not present in cache */
 #define CYNARA_API_CACHE_MISS -5
+
+/*! \brief   indicating that provided method is not supported by library */
+#define CYNARA_API_METHOD_NOT_SUPPORTED -6
+
+/*! \brief   indicating an unknown error */
+#define CYNARA_API_UNKNOWN_ERROR -7
 /** @}*/
 
 #endif // CYNARA_CLIENT_ERROR_H