# 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](/connectivity/docs/api-reference/warning) | 0..1 | - |
| `Warnings`/[Warning](/connectivity/docs/api-reference/warning) | Warning message. | object | 0..* | - |


## XML


```xml
<Warnings>
  <Warning ... />
  <Warning ... />
</Warnings>
```