Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp213 std::string errDescription{}; in createPEL() local
217 errDescription = pos->second; in createPEL()
221 errDescription = "Description field missing in additional data"; in createPEL()
237 pelSeverity.c_str(), 1, "DESCRIPTION", errDescription.c_str()); in createPEL()