Pattern: SyntaxError
Issue: -
E999 is reported in the case of failure to compile a file into an Abstract Syntax Tree for the plugins that require it.
Running the following statement would report an E999 error.
print("Hello world)
E999 SyntaxError: EOL while scanning string literal