Package-level declarations
Types
Link copied to clipboard
interface DiagnosticCause
The cause of a diagnostic.
Link copied to clipboard
A diagnostic cause indicating that a parameter name appears multiple times in a function call.
Link copied to clipboard
A diagnostic cause indicating that a value is not among the allowed values (e.g. enum values) for a parameter.
Link copied to clipboard
class UnresolvedParameterNameDiagnosticCause(function: DocsFunction, parameterName: String) : DiagnosticCause
A diagnostic cause indicating that a parameter name used in a function call does not match any known parameters for that function.