Responding to TD-17768, adding 0x2662 as alternative table-not-found error to be acceptable

This commit is contained in:
Steven Li 2022-08-02 23:22:26 +05:30
parent 7d0d87f0b1
commit 71bfef2ca9
1 changed files with 2 additions and 1 deletions

View File

@ -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?