Hi,
I have a netconf server with a yang model that contains several configurational data. To exemplify, I have 3 unique ip addresses (i.e ip address of dev1, ip address of dev2, ip address of dev3) each of them corresponds to a leaf and they use same ipv4 validation which contains same error message.
The netconf server is connected to lighty.io. I would like to use RESTCONF with lighty and change those 3 fields at once. However, if an error comes up from yang validations, I would like to understand which leaf (which ip) causes error rather than seeing same error message. Is it possible to customize error-message for a single leaf?
Thanks in advance
Regards
Güray