<xnm:warning>
Usage
<xnm:warning xmlns="namespace-URL" xmlns:xnm="namespace-URL"> <source-daemon>module-name </source-daemon> <filename>filename</filename> <line-number>line-number </line-number> <column>column-number</column> <token>input-token-id </token> <edit-path>edit-path</edit-path> <statement>statement-name </statement> <message>error-string</message> <reason>...</reason> </xnm:warning>
Description
Indicates that the server has encountered a problem while processing the client application’s request. The child tag elements detail the nature of the warning.
Attributes
xmlns
—Defines the XML namespace for the contents of the tag element. The value
is a URL of the form
http://xml.juniper.net/xnm/version/xnm
,
where version
is a string such as 1.1.
xmlns:xnm
—Defines the XML namespace for child tag elements that have the
xnm:
prefix in their names. The value is a URL of the form
http://xml.juniper.net/xnm/version/xnm
,
where version
is a string such as 1.1.
Contents
<column> |
(Occurs only during loading of a configuration file) Identifies the element that caused the
problem by specifying its position as the number of characters after the
first character in the specified line in the configuration file that was
being loaded. The line and file are defined in the
|
<edit-path> |
(Occurs only during loading of configuration data) Specifies the path to the configuration hierarchy level at which the problem occurred, in the form of the CLI configuration mode banner. |
<filename> |
(Occurs only during loading of a configuration file) Filename of the configuration file that was being loaded. |
<line-number> |
(Occurs only during loading of a configuration file) Specifies the line number where the problem
occurred in the configuration file that was being loaded, which is
defined in the |
<message> |
Describes the warning in a natural-language text string. |
<source-daemon> |
Identifies the Junos OS module that was processing the request in which the warning occurred. |
<statement> |
(Occurs only during loading of configuration data) Identifies the configuration statement that
was being processed when the error occurred. The
|
<token> |
Identifies the element in the request that caused the warning. |
The other tag element is explained separately.
Release Information
This is a Junos XML management protocol response tag. It is supported as a Juniper Networks proprietary extension in NETCONF sessions on Junos devices that identify the URI http://xml.juniper.net/netconf/junos/1.0 in the capabilities exchange.