QuickOPC User's Guide and Reference
UANamespaceQualifiedFormatErrorCode Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace : UANamespaceQualifiedFormatErrorCode Enumeration
Enumeration of possible format error codes in an OPC-UA node namespace qualified entity strings.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Namespace Qualified Format Error Code")>
<GuidAttribute("8593B236-DB08-41A9-A075-CED3DC66E958")>
Public Enum UANamespaceQualifiedFormatErrorCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UANamespaceQualifiedFormatErrorCode
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Namespace Qualified Format Error Code")]
[Guid("8593B236-DB08-41A9-A075-CED3DC66E958")]
public enum UANamespaceQualifiedFormatErrorCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Namespace Qualified Format Error Code")]
[Guid("8593B236-DB08-41A9-A075-CED3DC66E958")]
public enum class UANamespaceQualifiedFormatErrorCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
EscapedCharacterHexadecimalDigit4Escaped character in namespace uri contains an invalid hexadecimal digit.
EscapedCharacterTooShort3Escaped character in namespace uri too short.
GuidIdentifierFormat12The format of Guid identifier is invalid.
GuidIdentifierOverflow13Guid identifier overflow.
InvalidNamespaceIndex5Invalid namespace index.
InvalidNamespaceUri2Invalid namespace uri.
InvalidServerIndex1Invalid server index.
NamespaceIndexFormat8The format of namespace index is invalid.
NamespaceIndexOverflow9Namespace index overflow.
None0No format error in an OPC-UA namespace qualified entity.
NumericIdentifierFormat10The format of numeric identifier is invalid.
NumericIdentifierOverflow11Numeric identifier overflow.
OpaqueIdentifierFormat14The format of opaque identifier is invalid.
ServerIndexFormat6The format of server index is invalid.
ServerIndexOverflow7Server index overflow.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UANamespaceQualifiedFormatErrorCode

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also