Skip to content

ValidationSeverity

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

The severity of a ValidationMessage.

[JsonConverter(typeof(JsonStringEnumConverter<ValidationSeverity>))]
public enum ValidationSeverity

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.