wangzhengquan
2021-02-05 14c345b38d57fd814f217eb8465963a08ca79f7e
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"
};