I have a pre Update Plug in for the Quote entity, sometimes I throw an exception to notify to the user that the state of the quote is not valid. In the client side I want to know if the update operation raised an exception in order to show some warming message in the form.
I tried using the Execution Context in the OnLoad event, I couldn't find any usable value there. Do you know how to get that information?