Click or drag to resize
ResponseMessageError Property
A JObject representing an error that occurred while processing the request.

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public JObject Error { get; set; }

Property Value

Type: JObject
See Also