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
@@ -526,7 +528,27 @@ if len(urls) == len(set(urls)):
526
528
527
529
Examples to fetch links with pagination: [test file](https://github.com/serpapi/google-search-results-python/blob/master/tests/test_example_paginate.py), [online IDE](https://replit.com/@DimitryZub1/Scrape-Google-News-with-Pagination-python-serpapi)
528
530
531
+
### Error management
532
+
533
+
SerpAPI keeps error mangement very basic.
534
+
- backend service error or search fail
535
+
- client error
536
+
537
+
If it's a backend error, a simple message error is returned as string in the server response.
0 commit comments