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