We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaa9b2 commit 591db0dCopy full SHA for 591db0d
1 file changed
src/messages_server.c
@@ -446,6 +446,7 @@ nc_err_libyang(struct ly_ctx *ctx)
446
} else {
447
nc_err_set_app_tag(e, "must-violation");
448
}
449
+ nc_err_set_path(e, ly_errpath(ctx));
450
break;
451
case LYVE_NOREQINS:
452
case LYVE_NOLEAFREF:
@@ -512,6 +513,7 @@ nc_err_libyang(struct ly_ctx *ctx)
512
513
if (ly_errapptag(ctx)) {
514
nc_err_set_app_tag(e, ly_errapptag(ctx));
515
516
517
518
default:
519
e = nc_err(NC_ERR_OP_FAILED, NC_ERR_TYPE_APP);
0 commit comments