Merge in more updates for docs (we are just going to check them all in so that users...
[awesomized/libmemcached] / libmemcached / strerror.c
index 5fc365c2a5a6febb1ba3ef8b10d1143ee9438fae..b3ac2b7586dfc5a345dbced420045b641cb3e58e 100644 (file)
@@ -93,6 +93,10 @@ const char *memcached_strerror(memcached_st *ptr, memcached_return_t rc)
     return "CONTINUE AUTHENTICATION";
   case MEMCACHED_PARSE_ERROR:
     return "ERROR OCCURED WHILE PARSING";
+  case MEMCACHED_PARSE_USER_ERROR:
+    return "USER INITIATED ERROR OCCURED WHILE PARSING";
+  case MEMCACHED_DEPRECATED:
+    return "DEPRECATED";
   case MEMCACHED_MAXIMUM_RETURN:
     return "Gibberish returned!";
   default: