Enum ContextValidationSeverity
Classifies the severity of a diagnostic message produced by Validate(int). Maps to Scylla.Core.Config.ValidationSeverity when converted for use with the Scylla configuration validation system via Validate().
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public enum ContextValidationSeverity
Fields
| Name | Description |
|---|---|
| Error | A critical problem that will prevent the context from functioning correctly. For example: an empty ContextID, or a duplicate action map name within the same list. |
| Info | An informational note that does not indicate a problem and will not prevent the context from being used. For example: the definition list is empty. |
| Warning | A potential problem that the context system can work around, but that may indicate a misconfiguration. For example: a redundant flag combination. |