OPC Labs EasyOPC-UA Library
UABrowsePathFormatErrorCode Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePathFormatErrorCode Enumeration
Description
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.

Members
MemberValueDescription
UABrowsePathFormatErrorCode_ArgumentEndCharacterExpected18A character ending an argument was expected.
UABrowsePathFormatErrorCode_BrowseNameExpected19A browse name was expected.
UABrowsePathFormatErrorCode_EmptyRelativePath12The relative path is empty (contains no elements).
UABrowsePathFormatErrorCode_IncompleteCharacterEscape23An incomplete character escape was encountered.
UABrowsePathFormatErrorCode_InvalidNamespaceIndex20The namespace index in the browse name is invalid.
UABrowsePathFormatErrorCode_InvalidReferenceTypeCharacter13The character prefixing the reference type is invalid.
UABrowsePathFormatErrorCode_NameExpected22A name was expected.
UABrowsePathFormatErrorCode_NamespaceDelimiterExpected21A namespace delimiter was expected.
UABrowsePathFormatErrorCode_NamespaceIndexFormat24The format of namespace index is invalid.
UABrowsePathFormatErrorCode_NamespaceIndexOverflow25Namespace index overflow.
UABrowsePathFormatErrorCode_NameUnexpectedCharacter26Unexpected character in browse path/name.
UABrowsePathFormatErrorCode_NoDefaultNamespace11The browse name is not qualified, and there is no default namespace.
UABrowsePathFormatErrorCode_None0No format error in an OPC-UA browse path.
UABrowsePathFormatErrorCode_NoReferenceTypeName28Reference type name is null in browse path.
UABrowsePathFormatErrorCode_NotRelative1The OPC-UA browse path is not relative.
UABrowsePathFormatErrorCode_ReferenceOrModifierExpected14A reference or a modifier was expected.
UABrowsePathFormatErrorCode_ReferenceTypeEndCharacterExpected17A character ending the reference type was expected.
UABrowsePathFormatErrorCode_ReferenceTypeNameFraming27Missing '>' for reference type name in browse path.
UABrowsePathFormatErrorCode_RelativeWithNoBase2No base path given for a relative OPC-UA browse path.
UABrowsePathFormatErrorCode_StandardOrExtendedReferenceExpected15A standard or extended reference was expected.
UABrowsePathFormatErrorCode_StandardOrExtendedTargetExpected16A standard or extended target was expected.
UABrowsePathFormatErrorCode_UnknownReferenceNamespaceIndex9The reference namespace index in the browse path is unknown.
UABrowsePathFormatErrorCode_UnknownReferenceTypeName10The reference type name in the browse path is unknown.
Remarks

For remarks, see UABrowsePathFormatErrorCode in .NET Reference.

Example

For examples, see UABrowsePathFormatErrorCode in .NET Reference.