Method

LspDiagnosticget_code_description

Declaration

LspCodeDescription*
lsp_diagnostic_get_code_description (
  LspDiagnostic* self
)

Description

Gets the value of code_description.

An optional property to describe the error code.

Since:

3.16.0.

Return value

Type: LspCodeDescription

The value of code_description.

The returned data is owned by the instance.
The return value can be NULL.