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: enhance PollerError with associated values #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mickey-nutmeg
Copy link
Contributor

About the changes

Closes #107

@kwasniew kwasniew self-requested a review February 13, 2025 14:37
@@ -1,7 +1,7 @@
public enum PollerError: Error {
case decoding
case network
case decoding(Error)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we're changing the shape of the error API here it'd probably require a major version bump of the library, correct?

@kwasniew
Copy link
Contributor

@mickey-nutmeg Overall it looks like a valuable addition. I have one question that I left inline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Investigating
Development

Successfully merging this pull request may close these issues.

Enhance PollerError with associated value
2 participants