Search code examples
breeze

Custom properties on EntityError


I've been trying to send some additional information on the validation errors returned by the server-side SaveChanges method but breeze-client is parsing these errors and takes only the properties that the library is interested in. Is there a way to work around this behavior?


Solution

  • Kindly implemented by @SteveSchmitt in #42