Table of Contents

Class ResponseError

Namespace
NMF.Glsp.Protocol.Validation
Assembly
NMF.Glsp.dll

A validation error

public class ResponseError
Inheritance
ResponseError
Inherited Members

Properties

Code

Code identifying the error kind.

public int Code { get; set; }

Property Value

int

Data

Additional custom data, e.g., a serialized stacktrace.

public object Data { get; set; }

Property Value

object

Message

Error message.

public string Message { get; set; }

Property Value

string