ControlDiagnosticSeverity Type
Severity level of a `ControlDiagnostic` (`ControlDiagnosticSeverity`): `Info`, `Warning`, or `Error`, ordered from advisory to authoring-blocking.
Union cases
| Union case |
Description
|
Full Usage:
Error
|
|
Full Usage:
Info
|
|
Full Usage:
Warning
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsError
Returns: bool
|
|
Full Usage:
this.IsInfo
Returns: bool
|
|
Full Usage:
this.IsWarning
Returns: bool
|
|