Enumeration of possible format error codes in an OPC-UA node namespace qualified entity strings.
UUID: 8593b236-db08-41a9-a075-ced3dc66e958
For more information, see UANamespaceQualifiedFormatErrorCode in .NET Reference.
UUID: 8593b236-db08-41a9-a075-ced3dc66e958
For more information, see UANamespaceQualifiedFormatErrorCode in .NET Reference.
Member | Value | Description |
---|---|---|
UANamespaceQualifiedFormatErrorCode_EscapedCharacterHexadecimalDigit | 4 | Escaped character in namespace uri contains an invalid hexadecimal digit. |
UANamespaceQualifiedFormatErrorCode_EscapedCharacterTooShort | 3 | Escaped character in namespace uri too short. |
UANamespaceQualifiedFormatErrorCode_GuidIdentifierFormat | 12 | The format of Guid identifier is invalid. |
UANamespaceQualifiedFormatErrorCode_GuidIdentifierOverflow | 13 | Guid identifier overflow. |
UANamespaceQualifiedFormatErrorCode_InvalidNamespaceIndex | 5 | Invalid namespace index. |
UANamespaceQualifiedFormatErrorCode_InvalidNamespaceUri | 2 | Invalid namespace uri. |
UANamespaceQualifiedFormatErrorCode_InvalidServerIndex | 1 | Invalid server index. |
UANamespaceQualifiedFormatErrorCode_NamespaceIndexFormat | 8 | The format of namespace index is invalid. |
UANamespaceQualifiedFormatErrorCode_NamespaceIndexOverflow | 9 | Namespace index overflow. |
UANamespaceQualifiedFormatErrorCode_None | 0 | No format error in an OPC-UA namespace qualified entity. |
UANamespaceQualifiedFormatErrorCode_NumericIdentifierFormat | 10 | The format of numeric identifier is invalid. |
UANamespaceQualifiedFormatErrorCode_NumericIdentifierOverflow | 11 | Numeric identifier overflow. |
UANamespaceQualifiedFormatErrorCode_OpaqueIdentifierFormat | 14 | The format of opaque identifier is invalid. |
UANamespaceQualifiedFormatErrorCode_ServerIndexFormat | 6 | The format of server index is invalid. |
UANamespaceQualifiedFormatErrorCode_ServerIndexOverflow | 7 | Server index overflow. |
For remarks, see UANamespaceQualifiedFormatErrorCode in .NET Reference.
For examples, see UANamespaceQualifiedFormatErrorCode in .NET Reference.