8#ifndef DEVMGR_DEVICE_IODEV_RPC_ERRORS_H
9#define DEVMGR_DEVICE_IODEV_RPC_ERRORS_H
11#include <unordered_map>
23 const std::unordered_map<short, std::string>
RPC_ERRORS = {
IODev class header file.
Definition iodev.hpp:17
@ RPC_SUCCESS
Definition iodevRpcErrors.hpp:17
@ RPC_ERR_NOT_OP_NOTREADY
Definition iodevRpcErrors.hpp:20
@ RPC_ERR_NOT_OP_READY
Definition iodevRpcErrors.hpp:19
@ RPC_ERR_NOT_OP
Definition iodevRpcErrors.hpp:18
const std::unordered_map< short, std::string > RPC_ERRORS
Definition iodevRpcErrors.hpp:23