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

Relativity.Services.Error.Error

public class Error : ErrorRef
Represents the Error
public string FullError { get; set; }

Provides a detailed error message, such as a stack trace.

public bool? SendNotification { get; set; }

Indicates whether to send a notification message when an error occurs.

public string Server { get; set; }

Indicates the server where the error occurred.

public string Source { get; set; }

Indicates the component of the Relativity application where the error occurred, such as the web, or agent.

public string StepsToReproduce { get; set; }

Provides the steps to recreate the error.

public DateTime TimeStamp { get; set; }

DateTime that the error was created.

public string URL { get; set; }

Indicates the URL at which the error occurred.

public WorkspaceRef Workspace { get; set; }

The Workspace identifier associated with this error.

public Error()

Error Constructor