10 #ifndef DEVMGR_DEVICE_IODEV_RPC_ERRORS_H
11 #define DEVMGR_DEVICE_IODEV_RPC_ERRORS_H
14 #include <unordered_map>
25 const std::unordered_map<short, std::string>
rpc_errors = {
@ RPC_ERR_NOT_OP_READY
Definition: iodevRpcErrors.hpp:21
@ RPC_ERR_NOT_OP
Definition: iodevRpcErrors.hpp:20
@ RPC_ERR_NOT_OP_NOTREADY
Definition: iodevRpcErrors.hpp:22
@ RPC_SUCCESS
Definition: iodevRpcErrors.hpp:19
const std::unordered_map< short, std::string > rpc_errors
Definition: iodevRpcErrors.hpp:25