Enum ErrorMessagesInColor.ErrorSeverity
Use this enumeration to specify the desired color scheme to the GetDefaultErrorMessageColors and GetDefaultMessageColors methods.
Namespace: WizardWrx.ConsoleStreams
Assembly: WizardWrx.ConsoleStreams.dll
Syntax
public enum ErrorSeverity : int
Fields
Name | Description |
---|---|
Fatal | The error is fatal, and the program has terminated. |
Recoverable | The program recovered from the error, and the message is for your information. You can probably prevent it by some corrective action. |