Warnings

Warnings is a generic container element for warnings. It can occur in any OTA XML response.

The presence of Warnings usually means that a request was (partially) processed, but that the result may be different than expected.

Fields

Field Description Type Min/max Notes
Warnings Container for warning messages. array of Warning 0..1 -
Warnings/
Warning
Warning message. object 0..* -

XML

<Warnings>
  <Warning ... />
  <Warning ... />
</Warnings>