Hi,
I'm using RSMC and in the server method I'm trying to send back validation errors when error occurs. I tried to add the error to entityaspect's validation errors.
entity.EntityAspect.ValidationErrors.Add(new VerifierResult(VerifierResultCode.Error, "error"));
However, I can't get this validation error in client. Is it because I use RSMC? It works fine using Save interceptor.
Thanks.