What is challenge wall?
A challenge wall presents something to solve or wait through: a CAPTCHA widget, a managed-challenge interstitial, a verification page. It is potentially clearable in session, which is why a challenge that did NOT clear is treated differently from one that was never attempted — the second is worth a retry, the first means the automated path is exhausted.
Why it matters
It is the half of bot detection where trying again can legitimately work. Distinguishing "challenged" from "challenge persisted" is what stops a retry loop from becoming an expensive way to fail repeatedly.