Table of Contents

Enum ValidationSeverity

Namespace
MoonBark.GridPlacement.Core.Types
Assembly
MoonBark.GridPlacement.Core.dll

Validation severity levels for placement validation.

public enum ValidationSeverity

Fields

Critical = 3

Critical - system error preventing validation

Error = 2

Error - placement not allowed

Info = 0

Informational message

Warning = 1

Warning - placement allowed but not recommended