Enumeration of possible format error codes in an OPC-UA qualified name string.
UUID: 3d73f01e-4348-462f-8ca9-5eeb29cf385d
For more information, see UAQualifiedNameFormatErrorCode in .NET Reference.
 
            
UUID: 3d73f01e-4348-462f-8ca9-5eeb29cf385d
For more information, see UAQualifiedNameFormatErrorCode in .NET Reference.
| Member | Value | Description | 
|---|---|---|
| UAQualifiedNameFormatErrorCode_NoNamespace | 2 | The OPC-UA qualified name contains neither the namespace index nor the namespace URI. | 
| UAQualifiedNameFormatErrorCode_None | 0 | No format error in an OPC-UA qualified name. | 
| UAQualifiedNameFormatErrorCode_NotAStringId | 1 | The OPC-UA qualified name has an identifier that is not of string type. | 
For remarks, see UAQualifiedNameFormatErrorCode in .NET Reference.
For examples, see UAQualifiedNameFormatErrorCode in .NET Reference.