We have a requirement to read exceptions and search if a particular string found in the exception using automation script. If so it will trigger email to some team. Is there API to read exceptions using automation script?
We have a requirement to read exceptions and search if a particular string found in the exception using automation script. If so it will trigger email to some team. Is there API to read exceptions using automation script?
if you are using javascript in the vm then try {} catch {} methods would work.
if you are using javascript in the vm then try {} catch {} methods would work.