-
Notifications
You must be signed in to change notification settings - Fork 64
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
Re-expose Error Classes #462
Re-expose Error Classes #462
Conversation
WalkthroughThe pull request introduces significant modifications to the Deepgram library's error handling framework. It expands the set of error classes imported across various modules, consolidating the management of exceptions related to API interactions and microphone operations. Several existing imports have been removed, indicating a restructuring of dependencies and a shift in how client options are handled across different components of the library. Changes
Tip Announcements
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (35)
Files skipped from review due to trivial changes (31)
Additional comments not posted (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Proposed changes
Addresses: #461
Exposes the error classes.
Local testing
make unit-test
is good.Types of changes
What types of changes does your code introduce to the community Python SDK?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
NA
Summary by CodeRabbit
New Features
Bug Fixes
Chores