ConfigurationValidationResult

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 class ConfigurationValidationResult

Summary

Result of configuration validation

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: class

Properties

IsValid

1
public bool IsValid { get; set; }

Whether validation passed


Errors

1
public List<string> Errors { get; set; }

List of validation errors


Warnings

1
public List<string> Warnings { get; set; }

List of validation warnings


Summary

1
public string Summary { get; set; }

Validation summary message