summaryrefslogtreecommitdiff
path: root/src/mongo/base/error_codes.tpl.cpp
AgeCommit message (Collapse)Author
2022-05-10SERVER-66205 Merge `WriteConflictException` and ↵Amirsaman Memaripour
`TemporarilyUnavailableException` into `assert_util.h`
2022-04-28SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to ↵Amirsaman Memaripour
WriteConflictException
2020-06-22SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan
2019-07-23SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-01-04SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn
2017-11-02SERVER-31622 Support catching DBException by code or categoryMathias Stearn
2017-11-02SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}Mathias Stearn