|
|
@@ -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") \
|