API reference
Enum DiscordIngressValidationSeverity
- Namespace
- DisCatSharp.Hosting.AspNetCore.Validation
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Represents the severity of an ingress configuration validation issue.
public enum DiscordIngressValidationSeverity
Fields
Info = 0Informational finding.
Warning = 1Warning that should be reviewed before going live.
Error = 2Error that is likely to break the ingress flow.