OPC Studio 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.

The value of this enum member is 4.

EscapedCharacterTooShort3Escaped character in namespace uri too short.

The value of this enum member is 3.

GuidIdentifierFormat12The format of Guid identifier is invalid.

The value of this enum member is 12.

GuidIdentifierOverflow13Guid identifier overflow.

The value of this enum member is 13.

InvalidNamespaceIndex5Invalid namespace index.

The value of this enum member is 5.

InvalidNamespaceUri2Invalid namespace uri.

The value of this enum member is 2.

InvalidServerIndex1Invalid server index.

The value of this enum member is 1.

NamespaceIndexFormat8The format of namespace index is invalid.

The value of this enum member is 8.

NamespaceIndexOverflow9Namespace index overflow.

The value of this enum member is 9.

None0No format error in an OPC-UA namespace qualified entity.

The value of this enum member is 0.

NumericIdentifierFormat10The format of numeric identifier is invalid.

The value of this enum member is 10.

NumericIdentifierOverflow11Numeric identifier overflow.

The value of this enum member is 11.

OpaqueIdentifierFormat14The format of opaque identifier is invalid.

The value of this enum member is 14.

ServerIndexFormat6The format of server index is invalid.

The value of this enum member is 6.

ServerIndexOverflow7Server index overflow.

The value of this enum member is 7.

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