Go to the source code of this file.
Defines | |
#define | OPCUA_CORE_ERROR(name, code, message) Common::ErrorData name(OPCUA_CORE_MODULE_ERROR_CODE(code), message) |
#define | OPCUA_CORE_MODULE_ERROR_CODE(code) ERROR_CODE(Common::MODULE_OPCUA_CORE, code) |
Common errors definitions GNU LGPL. | |
Functions | |
OPCUA_CORE_ERROR (CannotCreateChannelOnInvalidSocket, 1,"Cannot create socket on invalid socket.") |
#define OPCUA_CORE_ERROR | ( | name, | |
code, | |||
message | |||
) | Common::ErrorData name(OPCUA_CORE_MODULE_ERROR_CODE(code), message) |
Definition at line 15 of file opcua_errors.cpp.
#define OPCUA_CORE_MODULE_ERROR_CODE | ( | code | ) | ERROR_CODE(Common::MODULE_OPCUA_CORE, code) |
Common errors definitions GNU LGPL.
Definition at line 14 of file opcua_errors.cpp.
OPCUA_CORE_ERROR | ( | CannotCreateChannelOnInvalidSocket | , |
1 | , | ||
"Cannot create socket on invalid socket." | |||
) |