Why not use a return table instead of exceptions? they are more generic (you don't need to add handle new branch to the workflow if you what to add a new error) and can usually give you added details on the error.
↧
Why not use a return table instead of exceptions? they are more generic (you don't need to add handle new branch to the workflow if you what to add a new error) and can usually give you added details on the error.