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

Enumeration: LocatorBarErrorReason

error

Beta

表示定位栏操作可能失败的各种原因的枚举。

Enum representing the different reasons why a locator bar operation may fail.

Enumeration Members

WaypointAlreadyExists

WaypointAlreadyExists: "WaypointAlreadyExists"

Beta

Remarks

该路径点已存在于定位栏中,无法再次添加。

The waypoint already exists in the locator bar and cannot be added again.


WaypointLimitExceeded

WaypointLimitExceeded: "WaypointLimitExceeded"

Beta

Remarks

已达到最大路径点数量,无法再添加更多。

The maximum number of waypoints has been reached and no more can be added.


WaypointNotFound

WaypointNotFound: "WaypointNotFound"

Beta

Remarks

指定的路径点在定位栏中不存在。

The specified waypoint does not exist in the locator bar.

同领域相关