浏览代码

- added missing E_CANCELED def

Andrei Pelinescu-Onciul 19 年之前
父节点
当前提交
e1b832390b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      error.h

+ 3 - 0
error.h

@@ -56,6 +56,7 @@
 #define E_Q_DEC_MISSING -18 /* Decimal part missing */
 
 
+
 #define E_SEND		  -477
 /* unresolvable next-hop address */
 #define E_BAD_ADDRESS -478
@@ -66,6 +67,8 @@
 /* malformed request */
 #define E_BAD_REQ	  -400
 
+#define E_CANCELED      -487 /* transaction already canceled */
+
 /* error in server */
 #define E_BAD_SERVER	  -500