wangzhengquan
2021-02-08 18705acc13f78ac65458b3dd832545e62fbc9172
src/bus_error.cpp
@@ -13,11 +13,14 @@
static char *_bus_errlist[_bus_nerr] = {
  "\0",
  "Timeout",
  "Timed out",
  "The other end is not inline",
  "Key already in use",
  "Network fault",
  "Send to self error"
  "Send to self error",
  "Receive from wrong end",
  "Service stoped",
  "Exceed resource limit"
};