<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

DocumentError

public class DocumentError
Contains data about the error connected to a Document.
public string Message { get; set; }

Gets or sets the Message for this error.

public string Status { get; set; }

Gets or sets the Status of this error.

public DocumentError()