SYNG2005 - Missing expansion value
Domain: query
Severity: INTERNAL
A macro expansion referenced a missing capture group.
Macro expansions use backreferences (like \1) to insert user-provided values. This error indicates the expansion referenced a position that wasn't provided.
Solution
This is typically an internal error in the macro definition. If you encounter it, please report it as a bug with the query that triggered it.