-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
docs: add error handling tutorial #4983
Conversation
Incremental code coverage: No instrumented code was changed. |
4c4bad6
to
3507fe1
Compare
3507fe1
to
65332a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thank you for contributing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it would be worth putting this tutorial into the main flow of tutorials.
A more thorough explanation of error handling would be useful for new developers.
Of course, if this is made part of the main tutorials I would want to do a second, pickier round of code review.
16998c5
to
6aae41c
Compare
@theodab thanks for the great feedback, I hope I've addressed it properly. Let me know how and where to link this if it's to be part of a different document as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise.
Thanks for the tutorial! |
Joey is busy with Chromecast-related stuff, and you've addressed his change request already, so I'm going to dismiss his review so I can merge this. |
Shaka error handling is getting increasingly more complex in order to "catch them all". This new tutorial describes both the basic method of error handling, as well as showing a few more advanced ways to handle specific errors. Closes #4484
Shaka error handling is getting increasingly more complex in order to "catch them all". This new tutorial describes both the basic method of error handling, as well as showing a few more advanced ways to handle specific errors. Closes #4484
Shaka error handling is getting increasingly more complex in order to "catch them all". This new tutorial describes both the basic method of error handling, as well as showing a few more advanced ways to handle specific errors. Closes #4484
Shaka error handling is getting increasingly more complex in order to "catch them all". This new tutorial describes both the basic method of error handling, as well as showing a few more advanced ways to handle specific errors. Closes #4484
Closes #4484
Shaka error handling is getting increasingly more complex in order to "catch them all", I've tried to put together my current understanding of handling various cases in a tutorial. To read it with github md formatting: errors.md