Home
last modified time | relevance | path

Searched refs:arraySizeTooLong (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1387 arraySizeTooLong = 17, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Dassembly.hpp333 messages::arraySizeTooLong(asyncResp->res, "Assemblies", in afterHandleChassisAssemblyPatch()
H A Devent_service.hpp585 messages::arraySizeTooLong( in requestRoutesEventDestinationCollection()
H A Dethernet.hpp2210 messages::arraySizeTooLong(asyncResp->res, in requestEthernetInterfacesRoutes()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp400 nlohmann::json::object_t arraySizeTooLong(std::string_view arg1, uint64_t arg2);
402 void arraySizeTooLong(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp623 nlohmann::json::object_t arraySizeTooLong(std::string_view arg1, uint64_t arg2) in arraySizeTooLong() function
626 return getLog(redfish::registries::Base::Index::arraySizeTooLong, in arraySizeTooLong()
630 void arraySizeTooLong(crow::Response& res, std::string_view arg1, uint64_t arg2) in arraySizeTooLong() function
633 addMessageToErrorJson(res.jsonValue, arraySizeTooLong(arg1, arg2)); in arraySizeTooLong()