10#ifndef FCF_DEVMGR_DEVICE_SHUTTER_RPC_ERRORS_H
11#define FCF_DEVMGR_DEVICE_SHUTTER_RPC_ERRORS_H
14#include <unordered_map>
28 const std::unordered_map<short, std::string>
rpc_errors = {
Definition: shutter.hpp:19
@ RPC_SUCCESS
Definition: shutterRpcErrors.hpp:19
@ RPC_ERR_STILL_OPENNING
Definition: shutterRpcErrors.hpp:23
@ RPC_ERR_NOT_OP_READY
Definition: shutterRpcErrors.hpp:21
@ RPC_ERR_NOT_OP_NOTREADY
Definition: shutterRpcErrors.hpp:22
@ RPC_ERR_LOCAL
Definition: shutterRpcErrors.hpp:25
@ RPC_ERR_NOT_OP
Definition: shutterRpcErrors.hpp:20
@ RPC_ERR_STILL_CLOSING
Definition: shutterRpcErrors.hpp:24
const std::unordered_map< short, std::string > rpc_errors
Definition: shutterRpcErrors.hpp:28