User | Kudos |
---|---|
5 | |
3 | |
3 | |
2 | |
2 |
Merge Errors picks the 1st error it finds in the list of incoming errors and returns it as Error_Out. Fine for error handling.
Sometimes it is usefull to perform other steps independently if an error occured and handle all errors later, but a given sequence must be maintained. I found it usefull to have a wrapper around Merge_Errors that also returns a No_Error as constant:
This way one can wire the No_Error to other nodes doing their jobs and merging their errors together with other into the error hadler.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.