Can we define exit status intereger values for our purpose except 0?
like can i set custom exit status messages:
"1" for error occured because of reason #1
"2" for error occured because of reason #2
...
Is there any document which displays all the exit status code values from 0-255?