common_errors.cpp
Go to the documentation of this file.
1 
11 #include <opc/common/errors.h>
12 #include <opc/common/modules.h>
13 
14 #define COMMON_ERROR(name, code, message) Common::ErrorData name(ERROR_CODE(Common::MODULE_COMMON, code), message)
15 
16 COMMON_ERROR(InvalidValueType, 1, "Invalid value type '%1%'.");
17 COMMON_ERROR(UnsupportedFeature, 2, "Unsupported.");
18 COMMON_ERROR(NotImplemented, 3, "Not implemented.");
19 COMMON_ERROR(StdException, 4, "Standard exception '%1%'.");
20 COMMON_ERROR(CannotParseUri, 5, "Cannot parse uri '%1%'.");
21 COMMON_ERROR(FailedToStartAddons, 6, "Cannot start addons.");
22 
Common::ErrorData InvalidValueType
Common errors declarations GNU LGPL.
#define COMMON_ERROR(name, code, message)
Common errors definitions GNU LGPL.
Common::ErrorData CannotParseUri
Common::ErrorData UnsupportedFeature
Common::ErrorData FailedToStartAddons
Common::ErrorData StdException
Common::ErrorData NotImplemented


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:06:04