You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a CQL named expression is evaluated successfully, the output gives the expression name and line number in the source code, for example:
>> Is Colonoscopy In Last Ten Years [304:1] false
However, when there are runtime errors with an expression, that context is not indicated, for example:
>> Error: HTTP 404 Not Found
The task of this ticket is to update the runner such that the expression name / line number context is always reported regardless of whether the evaluation result is successful or an error.
This information is important for tracking down where in many possible places the error may originate in the source code.
The text was updated successfully, but these errors were encountered:
When a CQL named expression is evaluated successfully, the output gives the expression name and line number in the source code, for example:
However, when there are runtime errors with an expression, that context is not indicated, for example:
The task of this ticket is to update the runner such that the expression name / line number context is always reported regardless of whether the evaluation result is successful or an error.
This information is important for tracking down where in many possible places the error may originate in the source code.
The text was updated successfully, but these errors were encountered: