Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Derrors.cpp12 errWhatDetailed("Invalid argument was given for property: "s + in InvalidArgument()
19 errWhatDetailed( in InvalidArgument()
36 return errWhatDetailed.c_str(); in what()
H A Derrors.hpp25 std::string errWhatDetailed; member in errors::InvalidArgument
/openbmc/sdbusplus/src/
H A Dexception.cpp164 errWhatDetailed(std::string(errWhat) + " PropertyName: '" + propertyName + in UnpackPropertyError()
180 return errWhatDetailed.c_str(); in what()
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp131 const std::string errWhatDetailed; member in sdbusplus::exception::UnpackPropertyError