IErrorRepository public interface IErrorRepository : IRepository, IContextualInformation Data repository for creating Relativity errors. Documentation int Create(Exception ex, string source, bool sendNotification) Creates an error with an exception. int Create(string fullError, string message, string source, bool sendNotification) Creates an error with a message and details.