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

Request - more fine grained error messages on iOS #299

Open
robrechtme opened this issue Feb 9, 2024 · 0 comments
Open

Request - more fine grained error messages on iOS #299

robrechtme opened this issue Feb 9, 2024 · 0 comments

Comments

@robrechtme
Copy link

Hi

We see some occurrences of Error: unable to zip popping up on Sentry. However, we have zero clue what went wrong for those particular users.

Looking at the code of RNZipArchive.m, I see 4 different occurrences of

NSError *error = nil;
reject(@"zip_error", @"unable to zip", error);

Would it be possible to have a bit more fine-grained error messages?
If you want, I can look into making a PR. However I am not that familiar with the library or iOS development in general.

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

No branches or pull requests

2 participants