Home
last modified time | relevance | path

Searched refs:addMessageToJson (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp133 static void addMessageToJson(nlohmann::json& target, in addMessageToJson() function
250 addMessageToJson(res.jsonValue, propertyDuplicate(arg1), arg1); in propertyDuplicate()
292 addMessageToJson(res.jsonValue, propertyValueTypeError(arg1, arg2), arg2); in propertyValueTypeError()
315 addMessageToJson(res.jsonValue, propertyValueFormatError(arg1, arg2), arg2); in propertyValueFormatError()
338 addMessageToJson(res.jsonValue, propertyValueNotInList(arg1, arg2), arg2); in propertyValueNotInList()
380 addMessageToJson(res.jsonValue, propertyValueError(arg1), arg1); in propertyValueError()
399 addMessageToJson(res.jsonValue, propertyNotWritable(arg1), arg1); in propertyNotWritable()
437 addMessageToJson(res.jsonValue, propertyMissing(arg1), arg1); in propertyMissing()
1038 addMessageToJson(res.jsonValue, resourceAlreadyExists(arg1, arg2, arg3), in resourceAlreadyExists()
1153 addMessageToJson(res.jsonValue, createFailedMissingReqProperties(arg1), in createFailedMissingReqProperties()
[all …]
/openbmc/bmcweb/scripts/
H A Dparse_registries.py357 addMessageToJson = {
379 if entry_id in addMessageToJson: