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

Error handling in run effects #935

Open
LukasKorba opened this issue Nov 23, 2023 · 0 comments
Open

Error handling in run effects #935

LukasKorba opened this issue Nov 23, 2023 · 0 comments
Labels
C-tech-debt Technical debt that should be paid-in-full, eventually.

Comments

@LukasKorba
Copy link
Collaborator

Effect.run { try await ... } needs to be handled whenever used. For example in TransactionList/TransactionListStore.swift:97 the transaction may fail but the error is handled since TCA 1.0.0 refactor.

@LukasKorba LukasKorba added the C-tech-debt Technical debt that should be paid-in-full, eventually. label Nov 26, 2023
@str4d str4d modified the milestones: Zashi 1.0, Zashi 1.0 UI Jan 3, 2024
@nuttycom nuttycom modified the milestones: iOS Zashi 1.0, iOS Zashi 1.1 Apr 1, 2024
@LukasKorba LukasKorba removed this from the iOS Zashi 1.1 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tech-debt Technical debt that should be paid-in-full, eventually.
Projects
None yet
Development

No branches or pull requests

3 participants