Update RESTCONF error mapping
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / modules / netconf786.yang
1 module netconf786 {
2   namespace netconf786;
3   prefix netconf786;
4
5   container foo {
6     leaf bar {
7       type uint32 {
8         range 1000..2000 {
9           error-message "bar error message";
10           error-app-tag "bar error app tag";
11         }
12       }
13     }
14   }
15 }