Added get/set behavior functions to the C++ interface. Added a test to exercise the...
[awesomized/libmemcached] / libmemcached / memcached_constants.h
index 3a91ca017b51abc160ef9624d6900d7b0359d406..7399d6cbd11202aa092fe0d5e0078da6d22d13f9 100644 (file)
@@ -63,6 +63,7 @@ typedef enum {
   MEMCACHED_SERVER_MARKED_DEAD,
   MEMCACHED_UNKNOWN_STAT_KEY,
   MEMCACHED_E2BIG,
+  MEMCACHED_INVALID_ARGUMENTS,
   MEMCACHED_MAXIMUM_RETURN /* Always add new error code before */
 } memcached_return;