This is a rewrite of some of the IO code to handle larger loads of set data
[awesomized/libmemcached] / lib / memcached_strerror.c
index 43c36a488c352a06d2833064b6b5609f5cd354a1..587ac862aad37bd16a6ec5d6e0b1e5eb2f000265 100644 (file)
@@ -52,6 +52,10 @@ char *memcached_strerror(memcached_st *ptr, memcached_return rc)
     return "SERVER DELETE";
   case MEMCACHED_VALUE:
     return "SERVER VALUE";
+  case MEMCACHED_STAT:
+    return "STAT VALUE";
+  case MEMCACHED_ERRNO:
+    return "UNKOWN ERROR SEE MY_ERRNO";
   case MEMCACHED_MAXIMUM_RETURN:
     return "Gibberish returned!";
   default: