-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error reporting improvements #86
Merged
Merged
Conversation
This file contains 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
Quality Gate failedFailed conditions 67.8% Coverage on New Code (required ≥ 80%) |
…pose them to the user (EvaluationDetails.ErrorCode)
adams85
force-pushed
the
error-reporting-improvements
branch
from
March 25, 2024 10:29
4d3f5de
to
d2f0b0c
Compare
endret
approved these changes
Apr 1, 2024
adams85
force-pushed
the
error-reporting-improvements
branch
from
April 15, 2024 14:37
d9034e5
to
b24c576
Compare
…and expose them to the user (RefreshResult.ErrorCode)
adams85
force-pushed
the
error-reporting-improvements
branch
from
April 16, 2024 12:01
7fcf0bb
to
63bc9be
Compare
adams85
force-pushed
the
error-reporting-improvements
branch
from
April 16, 2024 17:24
63bc9be
to
73ab47d
Compare
Quality Gate failedFailed conditions |
sigewuzhere
approved these changes
Apr 29, 2024
z4kn4fein
approved these changes
Apr 29, 2024
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.
Describe the purpose of your pull request
Define error codes (
EvaluationErrorCode
,RefreshErrorCode
) and expose them to the user (EvaluationDetails.ErrorCode
,RefreshResult.ErrorCode
) so they can reliably identify the error type without resorting to guess it by checking the error message (see also: open-feature/dotnet-sdk-contrib#119 (comment))The PR also proposes a new hook named
ConfigFetched
which could be used to observe config fetching-related errors even when refreshing is done by the SDK.Related issues (only if applicable)
https://trello.com/c/0KrZmHgQ
Requirement checklist (only if applicable)