enum
MessageLevel
public sealed enum MessageLevel : Enum Severity level of a validation message.
Enum Values
| Name | Value | Description |
|---|---|---|
Info | | Purely informative, there's nothing to fix. |
Warning | | Suggests that something might not be intended, but isn't an error. |
Error | | Something is incorrect and must be fixed in order to pass validation. |
Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.MessageLevel