Lines Matching refs:addMessageToJson
133 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()
1569 addMessageToJson(res.jsonValue, propertyValueModified(arg1, arg2), arg1); in propertyValueModified()