ValidationSeverity
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe severity of a ValidationMessage.
[JsonConverter(typeof(JsonStringEnumConverter<ValidationSeverity>))]public enum ValidationSeverityFields
Section titled “Fields”Error = 1
The definition cannot be built. AgentValidationReport.Valid is therefore false.
Warning = 2
The definition can be built, but a check could not finish or something needs attention.