You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception thrown if a validation does not pass, should show the details of the ErrorDescription/s object/s. Now it shows null: throw new ValidationException(errors);
And errors type is List<ErrorDescription>