Skip to content

Parse error handling #31

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

Merged
merged 7 commits into from
Sep 27, 2024
Merged

Parse error handling #31

merged 7 commits into from
Sep 27, 2024

Conversation

islas
Copy link
Owner

@islas islas commented Sep 27, 2024

Add detailed error handling of parse failure where they can be detected (non-user defined fields)

For parsing events where the scope may not be known, use a two-phase exception system to raise the exception and then get the parent caller to provide additional context. Once these two exceptions are raised, no others are raised to avoid overly redundant info.

@islas islas added the test Require testing label Sep 27, 2024
@github-actions github-actions bot removed the test Require testing label Sep 27, 2024
@islas islas added the test Require testing label Sep 27, 2024
@github-actions github-actions bot removed the test Require testing label Sep 27, 2024
@islas islas added the test Require testing label Sep 27, 2024
@github-actions github-actions bot removed the test Require testing label Sep 27, 2024
@islas islas merged commit f8a904e into main Sep 27, 2024
3 of 4 checks passed
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