Please excuse if this is already in 4.x but could we add a bool property to the DataPortal Result for HasError {get {return e.exception != null;}}
It is just preference but I hate writting if (e.exception == null) and I've found I sometimes mix it up or do it differently if I have a deep set of handlers as I pass everything back up to the UI.
thanks
jack
Copyright (c) Marimer LLC