Do Map/Reduce scripts not throw errors?
# suitescript
j
Do Map/Reduce scripts not throw errors?
b
nope, you have to do it yourself in the Summarize Stage
j
dang. The error is within a module function that’s being called in my reduce() so I don’t seen to have a way to identify when it’s happening. It just essentially stops executing and moves onto the next item in the list to process
e
wrap in try/catch and handle accordingly.