Enumeration of possible format error codes in an OPC-UA browse path string.
Syntax
Members
Member | Value | Description |
ArgumentEndCharacterExpected | 18 | A character ending an argument was expected. |
BrowseNameExpected | 19 | A browse name was expected. |
EmptyRelativePath | 12 | The relative path is empty (contains no elements). |
IncompleteCharacterEscape | 23 | An incomplete character escape was encountered. |
InvalidNamespaceIndex | 20 | The namespace index in the browse name is invalid. |
InvalidReferenceTypeCharacter | 13 | The character prefixing the reference type is invalid. |
NameExpected | 22 | A name was expected. |
NamespaceDelimiterExpected | 21 | A namespace delimiter was expected. |
NamespaceIndexFormat | 24 | The format of namespace index is invalid. |
NamespaceIndexOverflow | 25 | Namespace index overflow. |
NameUnexpectedCharacter | 26 | Unexpected character in browse path/name. |
NoDefaultNamespace | 11 | The browse name is not qualified, and there is no default namespace. |
None | 0 | No format error in an OPC-UA browse path. |
NoReferenceTypeName | 28 | Reference type name is null in browse path. |
NotRelative | 1 | The OPC-UA browse path is not relative. |
ReferenceOrModifierExpected | 14 | A reference or a modifier was expected. |
ReferenceTypeEndCharacterExpected | 17 | A character ending the reference type was expected. |
ReferenceTypeNameFraming | 27 | Missing '>' for reference type name in browse path. |
RelativeWithNoBase | 2 | No base path given for a relative OPC-UA browse path. |
StandardOrExtendedReferenceExpected | 15 | A standard or extended reference was expected. |
StandardOrExtendedTargetExpected | 16 | A standard or extended target was expected. |
UnknownReferenceNamespaceIndex | 9 | The reference namespace index in the browse path is unknown. |
UnknownReferenceTypeName | 10 | The reference type name in the browse path is unknown. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathFormatErrorCode
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