FP0003
FP0003 - Missing closing parenthesis
Section titled “FP0003 - Missing closing parenthesis”Category: Parser
Description
Section titled “Description”A parenthesis was opened but never closed, resulting in unbalanced parentheses.
Check that all opening parentheses ’(’ have matching closing parentheses ’)’. Consider using an editor with bracket matching.