diagnosticCategoryToString Function
diagnosticCategoryToString(category: DiagnosticCategory): "Error" | "Warning" | "Message" | "Suggestion"
| Parameter | Type | Description |
|---|---|---|
| category | DiagnosticCategory |
Returns - "Error" | "Warning" | "Message" | "Suggestion"
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.