<xnm:warning>
Usage
<junoscript><any-child-of-junoscript><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><message>error-string</message></xnm:warning></any-child-of-junoscript></junoscript>Description
Indicate that the server has encountered a problem while processing the client application's request. The child tag elements described in the Contents section detail the nature of the warning.
Attributes
xmlns—Names the XML namespace for the contents of the tag element. The value is a URL of the formhttp://xml.juniper.net/xnm/version/xnm, whereversionis a string such as1.1.
xmlns:xnm—Names the XML namespace for child tag elements that have thexnm:prefix on their names. The value is a URL of the formhttp://xml.juniper.net/xnm/version/xnm, whereversionis a string such as1.1.Contents
<column>—Identifies the element that caused the error by specifying its position as the number of characters after the first character in one of the following:
- The JUNOS CLI command string enclosed in a
<command>tag element sent by the client application and currently being processed- The line specified by the
<line-number>tag element in the configuration file that was being loaded (which is named in the<filename>tag element)
<filename>—Names the configuration file that was being loaded.
<line-number>—Specifies the line number where the error occurred in the configuration file that was being loaded, which is named by the<filename>tag element.
<message>—Describes the warning in a natural-language text string.
<source-daemon>—Names the JUNOS module that was processing the request in which the warning occurred.
<token>—The name of the element in the request that caused the warningSee Also