Defines | Functions
common_errors.cpp File Reference
#include <opc/common/errors.h>
#include <opc/common/modules.h>
Include dependency graph for common_errors.cpp:

Go to the source code of this file.

Defines

#define COMMON_ERROR(name, code, message)   Common::ErrorData name(ERROR_CODE(Common::MODULE_COMMON, code), message)
 Common errors definitions GNU LGPL.

Functions

 COMMON_ERROR (InvalidValueType, 1,"Invalid value type '%1%'.")
 COMMON_ERROR (UnsupportedFeature, 2,"Unsupported.")
 COMMON_ERROR (NotImplemented, 3,"Not implemented.")
 COMMON_ERROR (StdException, 4,"Standard exception '%1%'.")
 COMMON_ERROR (CannotParseUri, 5,"Cannot parse uri '%1%'.")
 COMMON_ERROR (FailedToStartAddons, 6,"Cannot start addons.")

Define Documentation

#define COMMON_ERROR (   name,
  code,
  message 
)    Common::ErrorData name(ERROR_CODE(Common::MODULE_COMMON, code), message)

Common errors definitions GNU LGPL.

Author:
Alexander Rykovanov 2011 rykovanov.as@gmail.com Distributed under the GNU LGPL License (See accompanying file LICENSE or copy at http://www.gnu.org/licenses/lgpl.html)

Definition at line 14 of file common_errors.cpp.


Function Documentation

COMMON_ERROR ( InvalidValueType  ,
,
"Invalid value type '%1%'."   
)
COMMON_ERROR ( UnsupportedFeature  ,
,
"Unsupported."   
)
COMMON_ERROR ( NotImplemented  ,
,
"Not implemented."   
)
COMMON_ERROR ( StdException  ,
,
"Standard exception '%1%'."   
)
COMMON_ERROR ( CannotParseUri  ,
,
"Cannot parse uri '%1%'."   
)
COMMON_ERROR ( FailedToStartAddons  ,
,
"Cannot start addons."   
)


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:57