Warning Message

Returned messages can also be designated as warnings rather than as errors.

An XML attribute ‘warning’ is used to indicate that the message returned is to be displayed as a warning in Vantagepoint. The XML format for warning messages is the same as the format used for error messages, but an extra attribute is used, as shown in the following example.

<errors warning=”y”>
	<error>Warning Message 1</error>
	<error>Warning Message 2</error>
	<error>Warning Message 3</error>
</errors>