You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Introduce request timeout handling and allow passing requests-specific arguments to API calls, along with updating documentation and removing the README template.
* Set version to 0.1.6 and add support for request timeouts
* update changelog history
* fix broken link
@@ -52,12 +52,13 @@ The [SerpApi.com API Documentation](https://serpapi.com/search-api) contains a l
52
52
53
53
### Error handling
54
54
55
-
Unsuccessful requests raise `serpapi.HTTPError`exception. The returned status code will reflect the sort of error that occurred, please refer to [Status and Error Codes Documentation](https://serpapi.com/api-status-and-error-codes) for more details.
55
+
Unsuccessful requests raise `serpapi.HTTPError`or `serpapi.TimeoutError` exceptions. The returned status code will reflect the sort of error that occurred, please refer to [Status and Error Codes Documentation](https://serpapi.com/api-status-and-error-codes) for more details.
0 commit comments