Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / main / resources / org / opendaylight / controller / netconf / util / messages / server_error.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3     <rpc-error>
4         <error-type>*** transport/rpc/protocol/application</error-type>
5         <error-tag>*** RFC 4741 Appendix A. NETCONF Error List</error-tag>
6         <error-severity>*** error/warning</error-severity>
7
8         <!--
9         <error-info>
10             <bad-attribute>message-id</bad-attribute>
11             <bad-element>rpc</bad-element>
12         </error-info>
13         -->
14
15     </rpc-error>
16 </rpc-reply>