OPC Labs EasyOPC-UA Library
UANamespaceQualifiedFormatErrorCode Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UANamespaceQualifiedFormatErrorCode Enumeration
Description
Enumeration of possible format error codes in an OPC-UA node namespace qualified entity strings.

 

UUID: 8593b236-db08-41a9-a075-ced3dc66e958

 

For more information, see UANamespaceQualifiedFormatErrorCode in .NET Reference.

Members
MemberValueDescription
UANamespaceQualifiedFormatErrorCode_EscapedCharacterHexadecimalDigit4Escaped character in namespace uri contains an invalid hexadecimal digit.
UANamespaceQualifiedFormatErrorCode_EscapedCharacterTooShort3Escaped character in namespace uri too short.
UANamespaceQualifiedFormatErrorCode_GuidIdentifierFormat12The format of Guid identifier is invalid.
UANamespaceQualifiedFormatErrorCode_GuidIdentifierOverflow13Guid identifier overflow.
UANamespaceQualifiedFormatErrorCode_InvalidNamespaceIndex5Invalid namespace index.
UANamespaceQualifiedFormatErrorCode_InvalidNamespaceUri2Invalid namespace uri.
UANamespaceQualifiedFormatErrorCode_InvalidServerIndex1Invalid server index.
UANamespaceQualifiedFormatErrorCode_NamespaceIndexFormat8The format of namespace index is invalid.
UANamespaceQualifiedFormatErrorCode_NamespaceIndexOverflow9Namespace index overflow.
UANamespaceQualifiedFormatErrorCode_None0No format error in an OPC-UA namespace qualified entity.
UANamespaceQualifiedFormatErrorCode_NumericIdentifierFormat10The format of numeric identifier is invalid.
UANamespaceQualifiedFormatErrorCode_NumericIdentifierOverflow11Numeric identifier overflow.
UANamespaceQualifiedFormatErrorCode_OpaqueIdentifierFormat14The format of opaque identifier is invalid.
UANamespaceQualifiedFormatErrorCode_ServerIndexFormat6The format of server index is invalid.
UANamespaceQualifiedFormatErrorCode_ServerIndexOverflow7Server index overflow.
Remarks

For remarks, see UANamespaceQualifiedFormatErrorCode in .NET Reference.

Example

For examples, see UANamespaceQualifiedFormatErrorCode in .NET Reference.