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 /debug-utilities/enums/DiagnosticsErrorReason.md.

Enumeration: DiagnosticsErrorReason experimental

error

Beta

Reason codes for errors thrown by DiagnosticsManager and DiagnosticsView operations.

Enumeration Members

AlreadyRegistered

AlreadyRegistered: "AlreadyRegistered"

Beta

Remarks

Indicates that the view or stat has already been registered.


InvalidData

InvalidData: "InvalidData"

Beta

Remarks

Indicates an issue with the stats data pushed to the view, see message for details.


InvalidName

InvalidName: "InvalidName"

Beta

Remarks

Indicates that the view or stat name is invalid (likely the name is empty).

同领域相关