Updated on 2023-12-22 GMT+08:00

Lexical Analysis

GS_211110001

errmsg:unsafe use of \\' in a string literal.

errhint: Use '' to write quotes in strings. \\' is insecure in client-only encodings.

level:ERROR

GS_211110003

errmsg:nonstandard use of \\' in a string literal.

errhint: Use '' to write quotes in strings.

level:WARNING

GS_211110004

errmsg:nonstandard use of \\\\ in a string literal.

errhint: Use the escape string syntax for backslashes.

level:WARNING

GS_211110005

errmsg:nonstandard use of escape in a string literal.

errhint: Use the escape string syntax for escapes.

level:WARNING

GS_211130002

errmsg:invalid Unicode escape.

errhint: Unicode escapes must be \\uXXXX or \\UXXXXXXXX.

level:ERROR