> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/publishers/zh/vast/vast-cuo-wu.md).

# VAST 错误

以下列表解释了 VAST Inline 或 VAST Wrapper 可能向 HTML5 视频播放器返回的所有错误：

| 代码  | 描述                                                                                                                    |
| --- | --------------------------------------------------------------------------------------------------------------------- |
| 100 | XML 解析错误。                                                                                                             |
| 101 | VAST 架构验证错误。                                                                                                          |
| 102 | 响应的 VAST 版本不受支持。                                                                                                      |
| 200 | 投放错误。媒体播放器收到了它未预期和/或无法播放的广告类型。                                                                                        |
| 201 | 媒体播放器期望不同的线性广告类型。                                                                                                     |
| 202 | 媒体播放器期望不同的时长。                                                                                                         |
| 203 | 媒体播放器期望不同的尺寸。                                                                                                         |
| 204 | 需要广告类别，但未提供。                                                                                                          |
| 205 | Inline Category 违反了 Wrapper BlockedAdCategories（参见 3.19.2）。                                                           |
| 206 | 广告时段被缩短。广告未投放。                                                                                                        |
| 300 | 通用 Wrapper 错误。                                                                                                        |
| 301 | Wrapper 元素中提供的 VAST URI 超时，或后续 Wrapper 元素中提供的 VAST URI 超时。（该 URI 要么不可用，要么达到媒体播放器定义的超时时间。）                             |
| 302 | 已达到媒体播放器定义的 Wrapper 限制。收到过多 Wrapper 响应，但没有收到 InLine 响应。                                                               |
| 303 | 一个或多个 Wrapper 之后没有 VAST 响应。                                                                                           |
| 304 | InLine 响应返回了广告单元，但未能在定义的时间限制内显示广告。                                                                                    |
| 400 | 通用线性广告错误。媒体播放器无法显示线性广告。                                                                                               |
| 401 | 未找到文件。无法从 URI 中找到 Linear/MediaFile。                                                                                   |
| 402 | MediaFile URI 超时。                                                                                                     |
| 403 | 根据 MediaFile 元素的属性，未找到此媒体播放器支持的 MediaFile。                                                                            |
| 405 | 显示 MediaFile 时出现问题。媒体播放器找到了受支持类型的 MediaFile，但无法显示它。MediaFile 可能包含：不受支持的编解码器、与 MediaFile\@type 不同的 MIME 类型、不受支持的传送方式等。 |
| 406 | 需要 Mezzanine，但未提供。广告未投放。                                                                                              |
| 407 | Mezzanine 正在首次下载中。下载可能需要数小时。直到 Mezzanine 下载并转码完成前，广告不会投放。                                                             |
| 408 | 条件广告被拒绝。（与 conditionalAd 一同已弃用）                                                                                       |
| 409 | InteractiveCreativeFile 节点中的交互式单元未执行。                                                                                 |
| 410 | Verification 节点中的验证单元未执行。                                                                                             |
| 411 | 按要求提供了 Mezzanine，但文件未满足所需规范。广告未投放。                                                                                    |
| 500 | 通用 NonLinearAds 错误。                                                                                                   |
| 501 | 无法显示 NonLinearAd，因为创意尺寸与创意显示区域不一致（即创意尺寸过大）。                                                                           |
| 502 | 无法获取 NonLinearAds/NonLinear 资源。                                                                                       |
| 503 | 未找到受支持类型的 NonLinear 资源。                                                                                               |
| 600 | 通用 CompanionAds 错误。                                                                                                   |
| 601 | 无法显示 Companion，因为创意尺寸不适合 Companion 显示区域（即没有可用空间）。                                                                     |
| 602 | 无法显示所需的 Companion。                                                                                                    |
| 603 | 无法获取 CompanionAds/Companion 资源。                                                                                       |
| 604 | 未找到受支持类型的 Companion 资源。                                                                                               |
| 900 | 未定义错误。                                                                                                                |
| 901 | 通用 VPAID 错误。                                                                                                          |
| 902 | 通用 InteractiveCreativeFile 错误。代码                                                                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/publishers/zh/vast/vast-cuo-wu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
