Browse Source

- added missing E_CANCELED def

Andrei Pelinescu-Onciul 19 years ago
parent
commit
e1b832390b
1 changed files with 3 additions and 0 deletions
  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