Method

LspApplyWorkspaceEditResultget_failure_reason

Declaration

const gchar*
lsp_apply_workspace_edit_result_get_failure_reason (
  LspApplyWorkspaceEditResult* self
)

Description

Gets the value of failure_reason.

An optional textual description for why the edit was not applied.

Return value

Type: const gchar*

The value of failure_reason.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.