You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in early vesion(before fiexd #1123 ), it will reply :
<?xml version="1.0" encoding="utf-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="7">
<rpc-error>
<error-type>application</error-type>
<error-tag>bad-element</error-tag>
<error-severity>error</error-severity>
<error-app-tag>6890776</error-app-tag>
<error-path>/system/logging/remote-servers/remote-server/config</error-path>
<error-message xml:lang="en">Invalid XML element with mixed content.</error-message>
<error-info>
<bad-element>config</bad-element>
</error-info>
</rpc-error>
</rpc-reply>
thx
The text was updated successfully, but these errors were encountered:
question about #1282
Hi, I try fix the issues like this,but found that it won't return error info.
for example
it return "ok"
thx
The text was updated successfully, but these errors were encountered: