Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include <opc/ua/errors.h>
00012 #include <opc/common/modules.h>
00013
00014 #define OPCUA_CORE_MODULE_ERROR_CODE(code) ERROR_CODE(Common::MODULE_OPCUA_CORE, code)
00015 #define OPCUA_CORE_ERROR(name, code, message) Common::ErrorData name(OPCUA_CORE_MODULE_ERROR_CODE(code), message)
00016
00017 OPCUA_CORE_ERROR(CannotCreateChannelOnInvalidSocket, 1, "Cannot create socket on invalid socket.");
00018