FP0005
FP0005 - Invalid string literal
Section titled “FP0005 - Invalid string literal”Category: Parser
Description
Section titled “Description”A string literal has invalid syntax or contains unsupported escape sequences.
Ensure string literals are properly quoted with single or double quotes. Check for unescaped quotes within the string.