Error Trace while using try catch block in VBCS
Summary:
How to catch the error trace in VBCS redwood
try {
//code block} catch (error) {
console.log(error);
}
We tried but we are not able to capture the exact error we didn't find any reference as well pls help us on this.
Tagged:
0