# OpenBookingError

## **Properties**

### **Required properties**

| Property | Expected Type                     | Description                                                     |
| -------- | --------------------------------- | --------------------------------------------------------------- |
| @type    | [`Text`](https://schema.org/Text) | Must always be present and set to `"@type": "OpenBookingError"` |

### **Recommended properties**

| Property    | Expected Type                     | Description                                                                                                                                                                                                                                                                                                                                                                   |
| ----------- | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| description | [`Text`](https://schema.org/Text) | <p>A plain-text human-readable explanation specific to this occurrence of the problem, providing specific information about why the error occurred in this particular case. This description must not include HTML or other markup.</p><p><br>Example</p><p><code>"description": "No customer details supplied. These must be supplied for calls to C2, P, and B."</code></p> |
| instance    | [`URL`](https://schema.org/URL)   | A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.                                                                                                                                                                                                                                          |
| name        | [`Text`](https://schema.org/Text) | <p>A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.</p><p><br>Example</p><p><code>"name": "No customer details supplied"</code></p>                                                                                                                               |

### **Optional properties**

| Property   | Expected Type                           | Description                                         |
| ---------- | --------------------------------------- | --------------------------------------------------- |
| requestId  | [`Text`](https://schema.org/Text)       | Used by technical support for diagnostics purposes. |
| statusCode | [`Integer`](https://schema.org/Integer) | An integer representing the HTTP status code.       |

Except as otherwise noted, the content of this page is licensed under the [Creative Commons Attribution License (CC-BY V4.0)](https://creativecommons.org/licenses/by/4.0/), and code samples are licensed under the [MIT License](https://opensource.org/licenses/MIT), for anyone to access, use and share; using attribution "[OpenActive](https://www.openactive.io/)".


---

# 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.openactive.io/data-model/types/openbookingerror.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.
