Skip to content

SPARQL Studio API / SparqlUtils / ParsedLspError

Interface: ParsedLspError

Defined in: sparql-utils/src/errorNotification.ts:100

A language-server error split into a short label and an optional longer description.

Properties

label

label: string

Defined in: sparql-utils/src/errorNotification.ts:101


description?

optional description?: string

Defined in: sparql-utils/src/errorNotification.ts:102