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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ ProxerApi api = new ProxerApi.Builder("yourApiKey")
207
207
### Rate limiting
208
208
209
209
The api has rate limiting in place with individual limits for each api class. If more requests than the limit are performed,
210
-
a `ProxerException` (with the `ServerErrorType.CAPTCHA`) is thrown and the user has to solve a captcha. The link to the captcha page can be obtained with
210
+
a `ProxerException` (with the `ServerErrorType.IP_BLOCKED`) is thrown and the user has to solve a captcha. The link to the captcha page can be obtained with
0 commit comments