Fixes for returning better error in parser if namespace is invoked twice.
[awesomized/libmemcached] / libmemcached-1.0 / return.h
index fa36243f769db098cb474392384c6ba6c3d200d1..e5788c507eacceea66cf445188bb482cd2f269f4 100644 (file)
@@ -85,6 +85,7 @@ enum memcached_return_t {
   MEMCACHED_DEPRECATED,
   MEMCACHED_IN_PROGRESS,
   MEMCACHED_SERVER_TEMPORARILY_DISABLED,
+  MEMCACHED_SERVER_MEMORY_ALLOCATION_FAILURE,
   MEMCACHED_MAXIMUM_RETURN /* Always add new error code before */
 };