Error explanation

Hi

I understand that when I want to remove a node I can’t use the validationpoint but I need to use a delete handler.
So if I want to send to user a specific error message and not the general error how can I do it for a handler?

Thanks a lot.

Y.

Look for confd_trans_seterr(tctx, <custom error message>) api from transaction hook. Similar apis exist for other type of callbacks too.