BlueprintMigrationValidationIssue
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
A validation issue found in the migration script
public class BlueprintMigrationValidationIssue
Inheritance Object → BlueprintMigrationValidationIssue
Properties
StepId
The step ID where the issue was found (null for global issues)
public string StepId { get; set; }
Property Value
Message
Description of the issue
public string Message { get; set; }
Property Value
PropertyPath
The property or element that has the issue
public string PropertyPath { get; set; }
Property Value
Constructors
BlueprintMigrationValidationIssue()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public BlueprintMigrationValidationIssue()