Adds error messages that were not being handled. Also removes error messages that no longer exist.
Fixes #30166
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | dergoegge, TheCharlatan |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
69 | error.original == "Unexpected database flags, should only be 0x20 (subdatabases)" ||
70 | error.original == "Unexpected outer database root page type" ||
71 | error.original == "Unexpected number of entries in outer database root page" ||
72 | - error.original == "Subdatabase has an unexpected name" ||
73 | error.original == "Subdatabase page number has unexpected length" ||
74 | error.original == "Unexpected inner database page type" ||
Is this still used?
Removed
tACK 44e071be1d3bc9cd48c776bcd49310d0f8189f5f - No longer running into errors when fuzzing
Adds error messages that were not being handled. Also removes error
messages that no longer exist.
reACK 9ddf39dd87a3729ceedaa05a207621a02c532536
ACK 9ddf39dd87a3729ceedaa05a207621a02c532536