[td-2886]<fix>: add a new error code in crash_gen

This commit is contained in:
Haojun Liao 2021-02-08 12:26:26 +08:00
parent 4caf79fe6f
commit 6b3fccab3c
1 changed files with 1 additions and 0 deletions

View File

@ -1276,6 +1276,7 @@ class Task():
0x510, # vnode not in ready state 0x510, # vnode not in ready state
0x14, # db not ready, errno changed 0x14, # db not ready, errno changed
0x600, # Invalid table ID, why? 0x600, # Invalid table ID, why?
0x218, # Table does not exist
1000 # REST catch-all error 1000 # REST catch-all error
]: ]:
return True # These are the ALWAYS-ACCEPTABLE ones return True # These are the ALWAYS-ACCEPTABLE ones