10 #ifndef DEVMGR_DEVICE_LAMP_RPC_ERRORS_H
11 #define DEVMGR_DEVICE_LAMP_RPC_ERRORS_H
14 #include <unordered_map>
28 const std::unordered_map<short, std::string>
rpc_errors = {
const std::unordered_map< short, std::string > rpc_errors
Definition: motorBaseRpcErrors.hpp:28
@ RPC_ERR_NOT_OP_READY
Definition: motorBaseRpcErrors.hpp:21
@ RPC_ERR_MOTOR_LOCAL
Definition: motorBaseRpcErrors.hpp:23
@ RPC_ERR_NOT_OP
Definition: motorBaseRpcErrors.hpp:20
@ RPC_ERR_MOTOR_UPPER_LIMIT
Definition: motorBaseRpcErrors.hpp:25
@ RPC_SUCCESS
Definition: motorBaseRpcErrors.hpp:19
@ RPC_ERR_NOT_OP_NOTREADY
Definition: motorBaseRpcErrors.hpp:22
@ RPC_ERR_MOTOR_LOWER_LIMIT
Definition: motorBaseRpcErrors.hpp:24