Atul Joshi
Atul Joshi
ForEach Won't return the error. Can change to for loop ``` public static combine(results: Result[]): Result { for (let key in results) { if (results[key].isFailure) { return results[key]; } }...
## Expected Behavior The unhandler error captures should pass through the error middleware and should send the proper error message. All route should behave same using by passing error to...
## Expected Behavior The unhandler error captures should pass through the error middleware and should send the proper error message. All route should behave same using by passing error to...