I'm using action stored procedure to update data in web, i.e. user e-mail.
The e-mail field in the db is marked as to be unique.
On attempting to update duplicate e-mail the adapter returns correctly the ORMQueryExecutionException
I want to be able to extract the error number to ensure that this is the correct error and also to be able to build a error code to error message class for user readability.
This counts for all these ORM Errors.
Your help, as a matter of urgency, will be appreciated.
Kind Regards
Helga