CompilerDiagnostics Module
Exposes compiler diagnostic error messages.
Functions and values
| Function or value |
Description
|
Full Usage:
CompilerDiagnostics.GetErrorMessage diagnosticKind
Parameters:
FSharpDiagnosticKind
Returns: string
|
Given a DiagnosticKind, returns the string representing the error message for that diagnostic.
|
F# Compiler Guide