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-ui/enums/FormVisibilityErrorReason.md.

Enumeration: FormVisibilityErrorReason

error

Beta

表单可见性操作失败的原因。

The reason why a form visibility operation failed.

Enumeration Members

AlreadyShowing

AlreadyShowing: "AlreadyShowing"

Beta

Remarks

由于表单已在向玩家显示,操作失败。

The operation failed because the form is already being shown to the player.


NotShowing

NotShowing: "NotShowing"

Beta

Remarks

由于表单当前未向玩家显示,操作失败。

The operation failed because the form is not currently being shown to the player.

同领域相关