In MRS Can I throw a custom error from Reduce Stag...
# suitescript
d
In MRS Can I throw a custom error from Reduce Stage so that I can capture the error in Summarize?
s
Summarize has a native error iterator; if you throw the error or it natively happens, the iterator should get it.
d
Thanks
so i can throw the custom error?
s
You don't need to throw a custom error. but you can. it will catch any error.