-
Notifications
You must be signed in to change notification settings - Fork 103
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
KMP-3014: improve error generation #429
KMP-3014: improve error generation #429
Conversation
…g_language_interpretation_for_webinars KMP-3217 let webinars update API accepts language interpretation in settings
KMP-3232: Server-to-Server OAuth support
Fetch changes from the original zoom_rb repository.
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.
Looks good! Thanks again for the contribution. I'll get this merged in and a new gem cut here shortly.
Isn't this a breaking change? If I have (do I have that right?) |
@tjefferson08 you're totally right. Apologies if this caused any disruption. I opened up #435 with a couple smoke tests to ensure we are descending from |
Thanks for the quick response & repair! 🥇 |
@tjefferson08 to close the loop on this, the fix is included in 1.1.4 |
It's hard to handle errors generated by the gem in the App which uses it because the errors are too common. There is only Zoom::AuthenticationError and Zoom::Error for any other cases.
This PR improves error generation. The error classes added for common http codes.
https://marketplace.zoom.us/docs/api-reference/error-definitions is used for reference.