Join Slack
Powered by
In MRS Can I throw a custom error from Reduce Stag...
# suitescript
d
D17339
01/27/2020, 2:15 PM
In MRS Can I throw a custom error from Reduce Stage so that I can capture the error in Summarize?
s
Sandii
01/27/2020, 2:26 PM
Summarize has a native error iterator; if you throw the error or it natively happens, the iterator should get it.
d
D17339
01/27/2020, 2:32 PM
Thanks
D17339
01/27/2020, 2:32 PM
so i can throw the custom error?
s
suitedev
01/27/2020, 4:06 PM
You don't need to throw a custom error. but you can. it will catch any error.
2
Views
Open in Slack
Previous
Next