DiagnoseResult interface
Result of Diagnose
Properties
code | Code for workspace setup error NOTE: This property will not be serialized. It can only be populated by the server. |
level | Level of workspace setup error NOTE: This property will not be serialized. It can only be populated by the server. |
message | Message of workspace setup error NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
Code for workspace setup error NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
level
Level of workspace setup error NOTE: This property will not be serialized. It can only be populated by the server.
level?: string
Property Value
string
message
Message of workspace setup error NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string