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

EventHandlerStatus

public class EventHandlerStatus
Contains a message and operation status returned by an event handler.
public EventHandlerRef FailingEventHandler { get; set; }

Gets or sets the identifying information for the event handler that failed.

public string Message { get; set; }

Gets or sets a string returned by an event handler.

public bool Success { get; set; }

Gets or sets a Boolean value indicating whether the event handler execution was successful.