Last updated

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

FieldDescriptionTypeMin/maxNotes
WarningsContainer for warning messages.array of Warning0..1-
Warnings/
Warning
Warning message.object0..*-

XML

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