QuickOPC User's Guide and Reference
UABrowsePathFormatErrorCode Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.Parsing Namespace : UABrowsePathFormatErrorCode Enumeration
Enumeration of possible format error codes in an OPC-UA browse path string.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<CLSCompliantAttribute(True)>
<GuidAttribute("025A95BA-D788-4894-96BA-E15D2F4C0D91")>
Public Enum UABrowsePathFormatErrorCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UABrowsePathFormatErrorCode
[ComVisible(true)]
[CLSCompliant(true)]
[Guid("025A95BA-D788-4894-96BA-E15D2F4C0D91")]
public enum UABrowsePathFormatErrorCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[CLSCompliant(true)]
[Guid("025A95BA-D788-4894-96BA-E15D2F4C0D91")]
public enum class UABrowsePathFormatErrorCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
ArgumentEndCharacterExpected18A character ending an argument was expected.
BrowseNameExpected19A browse name was expected.
EmptyRelativePath12The relative path is empty (contains no elements).
IncompleteCharacterEscape23An incomplete character escape was encountered.
InvalidNamespaceIndex20The namespace index in the browse name is invalid.
InvalidReferenceTypeCharacter13The character prefixing the reference type is invalid.
NameExpected22A name was expected.
NamespaceDelimiterExpected21A namespace delimiter was expected.
NamespaceIndexFormat24The format of namespace index is invalid.
NamespaceIndexOverflow25Namespace index overflow.
NameUnexpectedCharacter26Unexpected character in browse path/name.
NoDefaultNamespace11The browse name is not qualified, and there is no default namespace.
None0No format error in an OPC-UA browse path.
NoReferenceTypeName28Reference type name is null in browse path.
NotRelative1The OPC-UA browse path is not relative.
ReferenceOrModifierExpected14A reference or a modifier was expected.
ReferenceTypeEndCharacterExpected17A character ending the reference type was expected.
ReferenceTypeNameFraming27Missing '>' for reference type name in browse path.
RelativeWithNoBase2No base path given for a relative OPC-UA browse path.
StandardOrExtendedReferenceExpected15A standard or extended reference was expected.
StandardOrExtendedTargetExpected16A standard or extended target was expected.
UnknownReferenceNamespaceIndex9The reference namespace index in the browse path is unknown.
UnknownReferenceTypeName10The 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