Tell user why a script stopped

I have a script which checks a bunch of conditions and of course stops if any condition is false. If the script does stop for any condition fail, I would like to tell the user which condition caused it to stop. What is the recommended way to do that?