SERVER-85440 Support MONGO_UNIMPLEMENTED_TASSERT in errorcodes.py (#18177)

GitOrigin-RevId: cab185dfa4430aaca4fd2647978db3096c12fd11
This commit is contained in:
Ivan Fefer
2024-01-21 10:06:09 +01:00
committed by MongoDB Bot
parent 90fe2f3028
commit 43d4feb04e
4 changed files with 4 additions and 3 deletions

View File

@@ -33,3 +33,4 @@ iasserted(28, "words");
iassertNoTrace(29, "words");
iassertedNoTrace(30, "words");
MONGO_UNREACHABLE_TASSERT(31);
MONGO_UNIMPLEMENTED_TASSERT(32);