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

Relativity.Testing.Framework.Api.Services.IErrorService

public interface IErrorService
Represents the error API service.
Error Create(Error entity)

Creates the specified error.

Error Get(int entityId)

Gets the error by the specified ID.

Error[] GetAll()

Gets all errors.

Error[] GetAllByDate(DateTime from, DateTime to)

Gets all errors by specific date.