For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/enums/BookErrorReason.md.

Enumeration: BookErrorReason

error

Beta

与使用 ItemBookComponent 相关的错误原因枚举。

An enum of error reasons relating to using ItemBookComponent.

Enumeration Members

ExceedsMaxPageLength

ExceedsMaxPageLength: "ExceedsMaxPageLength"

Beta

Remarks

请求的页面内容超过了最大页面长度 256。

The requested page content exceeds the max page length of 256.


ExceedsMaxPages

ExceedsMaxPages: "ExceedsMaxPages"

Beta

Remarks

无法创建页面,因为会超过最大页数 50。

The page could not be created as it would exceed the max page count of 50.


ExceedsTitleLength

ExceedsTitleLength: "ExceedsTitleLength"

Beta

Remarks

正在签名的标题超过了最大标题长度 16。

The title being signed exceeds the maximum title length of 16.

同领域相关