Table of Contents

Class ValidationStatus

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

Denotes the validation status for editing text

public class ValidationStatus
Inheritance
ValidationStatus
Inherited Members

Properties

Error

A potential error that encodes more details.

public ResponseError Error { get; init; }

Property Value

ResponseError

Message

The validation status message which may be rendered in the view.

public string Message { get; init; }

Property Value

string

Severity

The severity of the validation returned by the server.

public string Severity { get; init; }

Property Value

string