UnallowedValueDiagnosticCause

A diagnostic cause indicating that a value is not among the allowed values (e.g. enum values) for a parameter.

Parameters

parameter

the parameter the value is for

value

the invalid value

Constructors

Link copied to clipboard
constructor(parameter: DocsParameter, value: 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.