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.
The value of this enum member is 4. |
EscapedCharacterTooShort | 3 | Escaped character in namespace uri too short.
The value of this enum member is 3. |
GuidIdentifierFormat | 12 | The format of Guid identifier is invalid.
The value of this enum member is 12. |
GuidIdentifierOverflow | 13 | Guid identifier overflow.
The value of this enum member is 13. |
InvalidNamespaceIndex | 5 | Invalid namespace index.
The value of this enum member is 5. |
InvalidNamespaceUri | 2 | Invalid namespace uri.
The value of this enum member is 2. |
InvalidServerIndex | 1 | Invalid server index.
The value of this enum member is 1. |
NamespaceIndexFormat | 8 | The format of namespace index is invalid.
The value of this enum member is 8. |
NamespaceIndexOverflow | 9 | Namespace index overflow.
The value of this enum member is 9. |
None | 0 | No format error in an OPC-UA namespace qualified entity.
The value of this enum member is 0. |
NumericIdentifierFormat | 10 | The format of numeric identifier is invalid.
The value of this enum member is 10. |
NumericIdentifierOverflow | 11 | Numeric identifier overflow.
The value of this enum member is 11. |
OpaqueIdentifierFormat | 14 | The format of opaque identifier is invalid.
The value of this enum member is 14. |
ServerIndexFormat | 6 | The format of server index is invalid.
The value of this enum member is 6. |
ServerIndexOverflow | 7 | Server 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