[]
Defines a set of severity levels for the error.
public enum ErrorInfo.Level
The severity level helps in categorizing errors based on their criticality. This can be useful for filtering, logging, or displaying errors to the end-user.
Name | Description |
---|---|
Error | Output error-handling messages. |
Info | Output informational messages. |
Warning | Output warnings and error-handling messages. |