BIP2916
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Correlation names cannot be qualified.Explanation
Correlation names (the first name in a field reference) must be a simple name identifier. They cannot be qualified by a type, an index, a list specifier ([ ]) nor may the name be calculated by an expression.Response
Ensure that all correlation names are unqualified.