isChallengeSolvedError

final Boolean isChallengeSolvedError(String response)

Returns true if the error is "blocked request and challenge solved" error. This kind error should returned when the requestsInterceptedAutomaticallyEnabled is set to true and delayResponseUntilChallengeSolvedOrCancelled is set to true.

Parameters

response

: The response's body.