All scraping errors are wrapped in a single generic GPlayException. There is no distinction between network errors, parse errors, app-not-found errors, and rate-limit errors.
Recommendation: Create a proper exception hierarchy with distinct types for different failure modes.