DiagnosticRelatedInformation

Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g. when duplicating a symbol in a scope.

Online Documentation

Constructors

Link copied to clipboard
constructor(location: Location, message: String)

Creates a new related diagnostic information object.

Properties

Link copied to clipboard

The location of this related diagnostic information.

Link copied to clipboard

The message of this related diagnostic information.