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

Need to create different Custom Exceptions for different kind of errors #88

Open
justdvnsh opened this issue Oct 17, 2021 · 0 comments
Open
Labels
bug Something isn't working hacktoberfest Issues to solve if participating in hacktoberfest help wanted Extra attention is needed P1 Priority Task - 1

Comments

@justdvnsh
Copy link
Owner

Currently, there are 4 major types of errors which can occur in the app.

  • No internet
  • Could not parse (when the parser is unable to parse some response -> completed)
  • 404 Exception (as the manga page is added we changed the search and genre page to show manga along with the animes. However, in some cases -> Like a genre is present in manga but not in Anime, we'll get a 404 response. The app crashes at that point. We need to handle that and show appropriate response to the user)
  • Source error (When the app is not able to parse or play any video)
@justdvnsh justdvnsh added bug Something isn't working help wanted Extra attention is needed hacktoberfest Issues to solve if participating in hacktoberfest P1 Priority Task - 1 labels Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Issues to solve if participating in hacktoberfest help wanted Extra attention is needed P1 Priority Task - 1
Projects
None yet
Development

No branches or pull requests

1 participant