Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi i also have the same request
when the job finishes with error, exit code is sometimes "1" and sometimes "4".
what is the difference?
where can i find a list of exit codes?
thanks
hi,shong
yes, i use tDie! and "4" is set for tDie's default error code.
so, if i wanna finish with "1" when error occurs, i can set the error code to "1".
is that right?
thanks
Hi
Exit code =1 has a specific meaning, Refer the link() for more information.
Beside that one can give a number in tDie component of his/her choice.