Hi Murali,
currently, there is no way to capture the values of a failed statement.
Once the error is thrown, you cannot access the values any more and they are not returned as part of the error message.
Right now, all I can imagine is that you save the values in variables before you executed the SQL command. Then you might use them in your error handling code.
- Lars