-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add top-level error
property on LHR
#5881
Comments
What kind of error state is it trying to communicate?
? |
as mentioned in the thread. i think we have 3 classes of errors.
Looks like we're about to have agreement the 1 single audit error shouldn't tank the run (and so we shouldnt report a toplevel failure). But classes 1 and 2 should both tank the run. Relatedly, we need a @brendankenny can you put together a PR for this while I'm out? |
toplevel LHR prop called
|
Remaining:
|
Fixed. Some small followups done in #6071 |
To communicate if there were any errors during the run. We have to decide which errors should be considered for this. At the very least, a boolean that captures if there were any auditErrors.
See PSI's error enum: https://goto.google.com/zhian
Property name is available for bikeshedding. ;)
errorState
?any takers?
The text was updated successfully, but these errors were encountered: