To get error reporting out of the map/reduce stage...
# suitescript
m
To get error reporting out of the map/reduce stages, you need to try/catch log them or use the iterators in the summary phase. Errors are automatically captured in the processing phases and passed to Summary but are not automatically reported unless you do that.