[td-2886]<fix>: add a new error code in crash_gen
This commit is contained in:
parent
4caf79fe6f
commit
6b3fccab3c
|
@ -1276,6 +1276,7 @@ class Task():
|
|||
0x510, # vnode not in ready state
|
||||
0x14, # db not ready, errno changed
|
||||
0x600, # Invalid table ID, why?
|
||||
0x218, # Table does not exist
|
||||
1000 # REST catch-all error
|
||||
]:
|
||||
return True # These are the ALWAYS-ACCEPTABLE ones
|
||||
|
|
Loading…
Reference in New Issue