ValidationError

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 sealed class ValidationError

Metadata

Namespace: GridPlacement.Core.Results

Source File: cs/Core/Results/ValidationResult.cs

Assembly: GridPlacement.Core

Type: class

Constructors

ValidationError

1
public ValidationError(string message)

Properties

Message

1
public string Message { get; }