# Code Lists

### Error types

| **Error Type** | **Description**        |
| -------------- | ---------------------- |
| 1              | Unknown                |
| 2              | No implementation      |
| 3              | Biz rule               |
| 4              | Authentication         |
| 5              | Authentication timeout |
| 6              | Authorization          |
| 7              | Protocol violation     |
| 8              | Transaction model      |
| 9              | Authentication model   |

### Error Codes

| **Error Codes** | **Description**                         |
| --------------- | --------------------------------------- |
| 15              | Invalid Date                            |
| 135             | Invalid End Date                        |
| 136             | Invalid Start Date                      |
| 187             | System currently unavailable            |
| 249             | Invalid rate code                       |
| 320             | Invalid value                           |
| 321             | Required field missing                  |
| 356             | Invalid Action/Status code              |
| 361             | Invalid hotel                           |
| 400             | Invalid Hotel Code                      |
| 402             | Invalid room type code                  |
| 404             | Invalid start date-end date combination |
| 447             | Unable to update – simultaneous updates |
| 448             | System error                            |
| 450             | Unable to process                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.rategain.com/our-products/channel-manager/rg-bridge-supply-push/interface-specifications-reservation-notification-service/code-lists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
