Hi
as the document mentioned, there are those function providing as supplementary message for CONFD_ERR.
confd_xx_seterr(),
confd_xx_seterr_extended(),
confd_xx_seterr_extended_info()
They are works for different callbacks respectively.
However, non of them are designed for confd_data_cbs, for instance get_elem(). I have tried using confd_trans_seterr_extended before return error. It gave a error message in CLI but not for Netconf interface.
So, my question is, how do I customize the error message for NBI (CLI and NETCONF) when there is a error occur during confd_data_cbs?