Enumeration of possible format error codes in an OPC-UA browse path string.
UUID: 025a95ba-d788-4894-96ba-e15d2f4c0d91
For more information, see UABrowsePathFormatErrorCode in .NET Reference.
UUID: 025a95ba-d788-4894-96ba-e15d2f4c0d91
For more information, see UABrowsePathFormatErrorCode in .NET Reference.
Member | Value | Description |
---|---|---|
UABrowsePathFormatErrorCode_ArgumentEndCharacterExpected | 18 | A character ending an argument was expected. |
UABrowsePathFormatErrorCode_BrowseNameExpected | 19 | A browse name was expected. |
UABrowsePathFormatErrorCode_EmptyRelativePath | 12 | The relative path is empty (contains no elements). |
UABrowsePathFormatErrorCode_IncompleteCharacterEscape | 23 | An incomplete character escape was encountered. |
UABrowsePathFormatErrorCode_InvalidNamespaceIndex | 20 | The namespace index in the browse name is invalid. |
UABrowsePathFormatErrorCode_InvalidReferenceTypeCharacter | 13 | The character prefixing the reference type is invalid. |
UABrowsePathFormatErrorCode_NameExpected | 22 | A name was expected. |
UABrowsePathFormatErrorCode_NamespaceDelimiterExpected | 21 | A namespace delimiter was expected. |
UABrowsePathFormatErrorCode_NamespaceIndexFormat | 24 | The format of namespace index is invalid. |
UABrowsePathFormatErrorCode_NamespaceIndexOverflow | 25 | Namespace index overflow. |
UABrowsePathFormatErrorCode_NameUnexpectedCharacter | 26 | Unexpected character in browse path/name. |
UABrowsePathFormatErrorCode_NoDefaultNamespace | 11 | The browse name is not qualified, and there is no default namespace. |
UABrowsePathFormatErrorCode_None | 0 | No format error in an OPC-UA browse path. |
UABrowsePathFormatErrorCode_NoReferenceTypeName | 28 | Reference type name is null in browse path. |
UABrowsePathFormatErrorCode_NotRelative | 1 | The OPC-UA browse path is not relative. |
UABrowsePathFormatErrorCode_ReferenceOrModifierExpected | 14 | A reference or a modifier was expected. |
UABrowsePathFormatErrorCode_ReferenceTypeEndCharacterExpected | 17 | A character ending the reference type was expected. |
UABrowsePathFormatErrorCode_ReferenceTypeNameFraming | 27 | Missing '>' for reference type name in browse path. |
UABrowsePathFormatErrorCode_RelativeWithNoBase | 2 | No base path given for a relative OPC-UA browse path. |
UABrowsePathFormatErrorCode_StandardOrExtendedReferenceExpected | 15 | A standard or extended reference was expected. |
UABrowsePathFormatErrorCode_StandardOrExtendedTargetExpected | 16 | A standard or extended target was expected. |
UABrowsePathFormatErrorCode_UnknownReferenceNamespaceIndex | 9 | The reference namespace index in the browse path is unknown. |
UABrowsePathFormatErrorCode_UnknownReferenceTypeName | 10 | The reference type name in the browse path is unknown. |
For remarks, see UABrowsePathFormatErrorCode in .NET Reference.
For examples, see UABrowsePathFormatErrorCode in .NET Reference.