@jasontaylordev , What is the performance overhead of throwing ValidationException as opposed to returning errors? According to https://enterprisecraftsmanship.com/, we should avoid throwing exceptions and return Error objects?
@jasontaylordev ,
What is the performance overhead of throwing ValidationException as opposed to returning errors?
According to https://enterprisecraftsmanship.com/, we should avoid throwing exceptions and return Error objects?