Skip to content

Commit 6eb3f32

Browse files
committed
Fix docs
1 parent 958317b commit 6eb3f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ ProxerApi api = new ProxerApi.Builder("yourApiKey")
207207
### Rate limiting
208208

209209
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
211211
`ProxerUrls.captchaWeb()`.
212212

213213
##### Rate limit protection

0 commit comments

Comments
 (0)