In practice
Confirm that every URL you want indexed answers 200, and that pages with no content do not.
A 200 on an empty or error page is a soft 404 and needs fixing at the application, not in robots.txt.
Why it matters
It is the only status that makes a page eligible for the index in the first place.
Over-returning 200 is how sites accumulate thousands of empty indexed URLs.
Related terms