<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

ValidationError

public class ValidationError
Represents an error due to invalid input on an API endpoint.
public string ErrorMessage { get; set; }

Gets or sets the error message produced while validating the value of the property.

public string PropertyName { get; set; }

Gets or sets the property which has invalid input.

public ValidationError()