10 #ifndef DEVMGR_DEVICE_SENSOR_RPC_ERRORS_H
11 #define DEVMGR_DEVICE_SENSOR_RPC_ERRORS_H
14 #include <unordered_map>
16 namespace fcf::devmgr::sensor {
25 const std::unordered_map<short, std::string>
rpc_errors = {
32 #endif // DEVMGR_DEVICE_SENSOR_RPC_ERRORS_H
Definition: sensorRpcErrors.hpp:19
const std::unordered_map< short, std::string > rpc_errors
Definition: sensorRpcErrors.hpp:25
Definition: sensorRpcErrors.hpp:20
Definition: sensorRpcErrors.hpp:22
Definition: sensorRpcErrors.hpp:21