summaryrefslogtreecommitdiff
path: root/src/mongo/base/error_extra_info.cpp
AgeCommit message (Collapse)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2020-06-22SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan
2019-03-06SERVER-39688 Support namespaces for ErrorExtraInfoJason Carey
Adds support for ErrorExtraInfo types that are not directly in the mongo namespace. I.e. something like mongo::nested::namespace::MyExtraInfo
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