Enumeration of possible format error codes in an OPC-UA node namespace qualified entity strings.
Syntax
Members
Member | Value | Description |
EscapedCharacterHexadecimalDigit | 4 | Escaped character in namespace uri contains an invalid hexadecimal digit. |
EscapedCharacterTooShort | 3 | Escaped character in namespace uri too short. |
GuidIdentifierFormat | 12 | The format of Guid identifier is invalid. |
GuidIdentifierOverflow | 13 | Guid identifier overflow. |
InvalidNamespaceIndex | 5 | Invalid namespace index. |
InvalidNamespaceUri | 2 | Invalid namespace uri. |
InvalidServerIndex | 1 | Invalid server index. |
NamespaceIndexFormat | 8 | The format of namespace index is invalid. |
NamespaceIndexOverflow | 9 | Namespace index overflow. |
None | 0 | No format error in an OPC-UA namespace qualified entity. |
NumericIdentifierFormat | 10 | The format of numeric identifier is invalid. |
NumericIdentifierOverflow | 11 | Numeric identifier overflow. |
OpaqueIdentifierFormat | 14 | The format of opaque identifier is invalid. |
ServerIndexFormat | 6 | The format of server index is invalid. |
ServerIndexOverflow | 7 | Server 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