# Warning

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Warnings](/connectivity/docs/api-reference/warnings)/`Warning` | Warning message. | object | 0..* | - |
| `Warning`/`@Code` | OTA Error Codes. | integer | 1..1 | - |
| `Warning`/`@ShortText` | Human-readable description of the warning. | string | 1..1 | - |
| `Warning`/`@Status` | Specifies how/if the request information was processed. | string | 1..1 | - |
| `Warning`/`@Type` | OTA Warning Type Code. | int | 1..1 | - |


## XML


```xml
<Warning
  Code="497"
  ShortText="You do not have access to hotel:123456"
  Status="NotProcessed"
  Type="6"/>
```