karlenigma
04/13/2021, 10:48 AMthrow
the error.create
in the Map/Reduce stage i do have it in the iterator but it also shows as a system error in the Map/Reduce stage. I assumed that system errors would not show in the Map/Reduce stages and only show in the errors iterator in the summarize stage. Anyone have any clue about this?battk
04/13/2021, 12:40 PMkarlenigma
04/13/2021, 12:42 PMif (value) {
// Do My Stuff
} else {
error.create()
}
karlenigma
04/13/2021, 12:42 PMif (value) {
// Do My Stuff
} else {
throw error.create()
}
karlenigma
04/13/2021, 12:43 PMbattk
04/13/2021, 12:43 PMkarlenigma
04/13/2021, 12:44 PMbattk
04/13/2021, 12:50 PMkarlenigma
04/13/2021, 12:55 PM