Is it possible to capture an error code? I am trying to set up an automated data migration process. Part of the process is to write to an audit table. I would like to indicate whether or not the job succeeded. If not, I would like to write the exact error message that was thrown.
↧