Move the passing of Errors and ApplicationContext
- May 11, 2020
-
-
Chris Lemaire authored
Conversions within PathWithIds were not properly working yet due to the absence of a concrete class. It would seem mapping to a generic type argument does not work entirely.
-
Chris Lemaire authored
Currently Errors objects were passed during every call, it saves a bit on defining internal functions if we move this into the initial call and out of the internal calls.
-