Lines Matching full:ec
30 const boost::system::error_code& ec, const sdbusplus::message_t& msg) in afterSetProperty() argument
32 if (ec) in afterSetProperty()
34 if (ec.value() == boost::system::errc::permission_denied) in afterSetProperty()
38 if (ec.value() == boost::asio::error::host_unreachable) in afterSetProperty()
51 BMCWEB_LOG_WARNING("DBUS response error: {}", ec); in afterSetProperty()
84 BMCWEB_LOG_ERROR("D-Bus error setting Redfish Property {} ec={}", in afterSetProperty()
85 redfishPropertyName, ec); in afterSetProperty()
99 const boost::system::error_code& ec, in afterSetPropertyAction() argument
102 if (ec) in afterSetPropertyAction()
104 if (ec.value() == boost::asio::error::invalid_argument) in afterSetPropertyAction()
121 if (ec.value() == boost::asio::error::host_unreachable) in afterSetPropertyAction()
131 BMCWEB_LOG_ERROR("D-Bus error setting Redfish Property {} ec={}", in afterSetPropertyAction()
132 redfishActionParameterName, ec); in afterSetPropertyAction()