summaryrefslogtreecommitdiff
path: root/redfish-core/src/error_messages.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Add misc-include-cleanerEd Tanous1-0/+3
2024-01-17Pass correct Argument Types to propertyValueIncorrect Error MessageGinu George1-6/+6
2023-08-30Fix incorrect response code for header size limitDivya Jyoti1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-7/+6
2023-07-10Tidy enable modernize-redundant-void-argEd Tanous1-33/+33
2023-06-23error_messages: remove source_location indirectPatrick Williams1-2/+2
2023-06-13Make redfish::messages rely on typesafe structuresEd Tanous1-24/+46
2023-06-13Make propertyValueIncorrect typesafeEd Tanous1-3/+5
2023-06-13Make propertyValueFormatError more typesafeEd Tanous1-3/+5
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-3/+5
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-3/+6
2023-06-02Remove duplicated stringValueTooLongEd Tanous1-21/+0
2023-06-01Input parameter validation for Event SubscriptionAppaRao Puli1-0/+42
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams1-2/+2
2023-03-15Take url views by valueEd Tanous1-27/+22
2023-02-03Add Support for ActionParameterNotInList MessageAlex Schendel1-0/+24
2022-12-15Prepare for boost::url upgradeEd Tanous1-23/+12
2022-10-11bmcweb: Add strictAccountTypes error messageShantappa Teekappanavar1-0/+19
2022-09-21query: propogate errors for expandNan Zhou1-1/+34
2022-09-12Remove nlohmann brace initializationEd Tanous1-7/+12
2022-09-01Add 405 handler for redfishEd Tanous1-8/+26
2022-08-24error_message: iwyuNan Zhou1-4/+13
2022-08-17error message: add insufficientStorageNan Zhou1-0/+19
2022-08-09Optimize resource event schemaEd Tanous1-22/+2
2022-08-06Use enum overload for field settingEd Tanous1-1/+1
2022-07-08Set UnknownProperty message to be an errorEd Tanous1-1/+1
2022-06-26error_messages: Add PropertyValueOutOfRange errorJiaqing Zhao1-0/+21
2022-05-25Change operationFailed to return 502Ed Tanous1-1/+1
2022-05-19Change query param errors to be 400 instead of 403Ed Tanous1-2/+2
2022-05-13Remove brace initialization of json objectsEd Tanous1-8/+10
2022-03-30registry: Add PropertyValueExternalConflict registryRamesh Iyyar1-0/+23
2022-03-30registry: Add PropertyValueResourceConflict registryRamesh Iyyar1-0/+26
2022-03-12Make code compile on clang againEd Tanous1-2/+2
2022-03-08Drop message severityEd Tanous1-1/+1
2022-03-08Change message_registries namespace to registriesEd Tanous1-145/+108
2022-02-28Move error messages to string_viewEd Tanous1-211/+183
2022-02-28Simplify message registry to save binary sizeEd Tanous1-714/+251
2022-02-28Add url type safety to message registryEd Tanous1-39/+58
2022-02-14Remove invalid base log messageEd Tanous1-29/+0
2022-02-08Capture int by value in stringValueTooLongEd Tanous1-3/+2
2022-01-19Include what you useEd Tanous1-0/+4
2021-12-16error_messages: Use int64_t in invalidIndexJosh Lehan1-2/+2
2021-12-10Add logging to internal errorEd Tanous1-1/+4
2021-09-24Update error messages file w.r.t Base.1.11.0Asmitha Karunanithi1-0/+26
2021-05-04Change the word TS to Time Stamp & add time unitManojkiran Eda1-1/+1
2021-03-29Add OData-version headerEd Tanous1-1/+1
2020-11-24Pointing to the latest Message schema in JSON error responseAsmitha Karunanithi1-74/+74
2020-10-23fix include namesEd Tanous1-2/+1
2020-10-13Correct return code for too many subscriptions.Ed Tanous1-1/+1