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
Use ErrorContext::RunCondition variant when reporting errors from run conditions. (#20061)
# Objective
The `ErrorContext::RunCondition` variant is never used. When reporting
errors from a run condition, `ErrorContext::System` is currently used
instead.
## Solution
Use `ErrorContext::RunCondition` variant when reporting errors from run
conditions.
0 commit comments