refactor(engine): type capture failures#2161
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
f906eee to
bfe60e6
Compare
c94b219 to
95b9322
Compare
bfe60e6 to
5e82fec
Compare
95b9322 to
131d9c1
Compare
5e82fec to
fc61671
Compare
131d9c1 to
67f5483
Compare
fc61671 to
b683ddb
Compare
7935b9d to
bd29456
Compare
b683ddb to
4e86382
Compare
bd29456 to
e10f87a
Compare
1a7d917 to
7dd4686
Compare
e10f87a to
9e02fbc
Compare
7dd4686 to
8733675
Compare
533dc78 to
5d9ca34
Compare
0c42de6 to
f095fb4
Compare
5d9ca34 to
2d9a934
Compare
f095fb4 to
eda0bb1
Compare
2d9a934 to
d564f84
Compare
eda0bb1 to
c0bd5b9
Compare
d564f84 to
8c275ea
Compare
c0bd5b9 to
571341a
Compare
8c275ea to
01d355d
Compare
571341a to
606e05b
Compare
01d355d to
26d4d2e
Compare
606e05b to
6cf4221
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Replace message-parsed capture retry policy with typed CaptureFailure values and peer abort.
Why
Stringified worker errors lost causes and let sibling workers continue after fatal authoring failures.
How
Classify cancellation, browser, protocol, memory, verification, authoring, and IO failures; preserve diagnostics and abort peers on the first fatal kind.
Test plan