Skip to content
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

feat(netcore): implement and use error classification #48

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

bassosimone
Copy link
Member

This diff implements and uses error classification to reduce errors to a narrow enumeration set.

We keep the original error into the structured log, which helps with debugging what happened in case we cannot map the error that occurred with an enumerated error.

We're not using OONI errors because they are a bit weird and have some legacy. In any case, we will be able to map to OONI errors, shall we ever decide to reshaphe the results and submit them as OONI measurements.

This diff implements and uses error classification to reduce
errors to a narrow enumeration set.

We keep the original error into the structured log, which
helps with debugging what happened in case we cannot map
the error that occurred with an enumerated error.

We're not using OONI errors because they are a bit weird
and have some legacy. In any case, we will be able to map
to OONI errors, shall we ever decide to reshaphe the results
and submit them as OONI measurements.
@bassosimone bassosimone merged commit 7d623e9 into main Nov 29, 2024
1 check passed
@bassosimone bassosimone deleted the errclass branch November 29, 2024 11:44
bassosimone added a commit to rbmk-project/rbmk that referenced this pull request Nov 29, 2024
bassosimone added a commit to rbmk-project/rbmk that referenced this pull request Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant