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/NamespaceNameErrorReason.md.

Enumeration: NamespaceNameErrorReason

error

Beta

描述命名空间名称错误被抛出原因的枚举。

An enumeration describing the reason for the namespace name error being thrown

Enumeration Members

DisallowedNamespace

DisallowedNamespace: "DisallowedNamespace"

Beta

Remarks

使用了受限的命名空间作为命名空间。

A restricted namespace was used as the namespace


NoNamespace

NoNamespace: "NoNamespace"

Beta

Remarks

当需要命名空间时,名称缺少命名空间。

The name was missing a namespace when one is required

同领域相关