UnresolvedParameterNameDiagnosticCause

A diagnostic cause indicating that a parameter name used in a function call does not match any known parameters for that function.

Parameters

function

the function being called

parameterName

the unresolved parameter name

Constructors

Link copied to clipboard
constructor(function: DocsFunction, parameterName: String)

Properties

Link copied to clipboard
open override val message: String

The message of the diagnostic.

Link copied to clipboard
open override val severity: DiagnosticSeverity

The severity of the diagnostic.