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

Add error status response handling #1

Open
jayaddison opened this issue Sep 19, 2023 · 0 comments
Open

Add error status response handling #1

jayaddison opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jayaddison
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently the API request and response handling code assumes success; there's no checking of HTTP status codes, for example, and no handling of the various exceptions that can occur.

Describe the solution you'd like
We should add error handling for a realistic set of foreseeable error conditions, including but not limited to invalid API key credentials, unknown server errors, timeouts, rate limiting, and inability to connect to the server.

Describe alternatives you've considered
N/A

Additional context
N/A

@jayaddison jayaddison added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant