ValidationSeverity

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public enum ValidationSeverity

Summary

Validation severity levels for placement validation.

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/PlacementEnums.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

Info

1
Info = 0

Informational message


Warning

1
Warning = 1

Warning - placement allowed but not recommended


Error

1
Error = 2

Error - placement not allowed


Critical

1
Critical = 3

Critical - system error preventing validation