Searched refs:operationNotAllowed (Results 1 – 4 of 4) sorted by relevance
1415 operationNotAllowed = 51, enumerator
70 messages::operationNotAllowed(asyncResp->res); in redfish405()
1250 nlohmann::json operationNotAllowed();1252 void operationNotAllowed(crow::Response& res);
2080 nlohmann::json operationNotAllowed() in operationNotAllowed() function2082 return getLog(redfish::registries::base::Index::operationNotAllowed, {}); in operationNotAllowed()2085 void operationNotAllowed(crow::Response& res) in operationNotAllowed() function2088 addMessageToErrorJson(res.jsonValue, operationNotAllowed()); in operationNotAllowed()