The string literal is not valid because the \u sequence in the string literal ends with a partial unicode character.
The operator is extracting a ustring from a ustring literal format, and the ustring literal contains a \u sequence that is not followed by four characters.Ensure that the ustring literal contains valid UTF-16 data.