uatools 1.0.0
 
Loading...
Searching...
No Matches
errors.hpp
Go to the documentation of this file.
1
6
7#ifndef ESO_UATOOLS_PROTOCOL_BASE_ERRORS_HPP_
8#define ESO_UATOOLS_PROTOCOL_BASE_ERRORS_HPP_
9
10#include <string>
11
13 const std::string CFG_ITEM_NOT_FOUND = "Configuration item not found";
14 const std::string CFG_TYPE_UNKNOWN = "Device configuration type is not registered";
15 const std::string CFG_INTERFACE_UNKNOWN = "Device communication interface is not registered";
16}
17
18#endif
Definition errors.hpp:12
const std::string CFG_TYPE_UNKNOWN
Definition errors.hpp:14
const std::string CFG_INTERFACE_UNKNOWN
Definition errors.hpp:15
const std::string CFG_ITEM_NOT_FOUND
Definition errors.hpp:13