<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

Relativity.Services.Interfaces.LibraryApplication.Models.ValidationResult

public class ValidationResult
Holds the validation results that would have resulted if an application were to be installed into the target workspace.

Identifies the application being tested for validation errors.

A list of resolvable errors like lock and name conflicts.

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

A list of unexpected and non-resolvable errors.

public bool Success { get; set; }

Indicates whether or not validation was successful.

Identifies the workspace.