API reference
Constructor DiscordIngressValidationIssue
- Namespace
- DisCatSharp.Hosting.AspNetCore.Validation
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
DiscordIngressValidationIssue(string, DiscordIngressValidationSeverity, string)
Initializes a new instance of the DiscordIngressValidationIssue class.
public DiscordIngressValidationIssue(string code, DiscordIngressValidationSeverity severity, string message)
Parameters
codestringA stable code for the finding.
severityDiscordIngressValidationSeverityThe issue severity.
messagestringThe human-readable issue message.