Responding to TD-17768, adding 0x2662 as alternative table-not-found error to be acceptable
This commit is contained in:
parent
7d0d87f0b1
commit
71bfef2ca9
|
@ -1339,8 +1339,9 @@ class Task():
|
|||
0x03A1, # STable [does] not exist
|
||||
0x03AA, # Tag already exists
|
||||
0x0603, # Table already exists
|
||||
0x2603, # Table does not exist
|
||||
0x2603, # Table does not exist, replaced by 2662 below
|
||||
0x260d, # Tags number not matched
|
||||
0x2662, # Table does not exist #TODO: what about 2603 above?
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue