Table of Contents
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 = 0

Informational finding.

Warning = 1

Warning that should be reviewed before going live.

Error = 2

Error that is likely to break the ingress flow.