<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Error.ErrorRef

public class ErrorRef
Represents an Error Reference.
public int ArtifactID { get; set; }

Error Artifact ID

public string Message { get; set; }

Provides a brief message summarizing the error.

public ErrorRef()

Creates a new instance of the ErrorRef class.

public ErrorRef(int artifactID)

Error Reference Constructor