CDISR5004E

The string literal is not valid because the trailing surrogate is missing from the \u sequence.

The operator is extracting a ustring from a ustring literal format, and the ustring literal ends with a UTF-16 leading character.
Ensure that the ustring literal contains valid UTF-16 data.