Hi,
We are sending a CONFD_DELAYED_RESPONSE when there is no data. After that an error condition occurs in another process and we are doing a confd_trans_seterr to set an error message. Then we are closing the transaction with a confd_data_reply_next_key(reqCtxt->tctx, NULL, -1, -1).
However the error message is not propagated to confd and we do not see the error when we issue the command.
Thanks.