ithewei 6 vuotta sitten
vanhempi
commit
6e182c79bb
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      herr.h

+ 4 - 1
herr.h

@@ -28,7 +28,10 @@
     F(ERR_TASK_NOT_CREATE,  1102,   "task not create")  \
     \
     F(ERR_OPEN_FILE,        1200,   "open file failed") \
-    F(ERR_SAVE_FILE,        1201,   "save file failed")
+    F(ERR_SAVE_FILE,        1201,   "save file failed") \
+    \
+    F(ERR_OUT_OF_RANGE,     1300,   "out of range")     \
+    F(ERR_OVER_LIMIT,       1301,   "over limit")
 
 #define FOREACH_ERR_NETWORK(F) \
     F(ERR_ADAPTER_NOT_FOUND,    2001, "adapter not found")  \