<PackageReference Include="Relativity.Server.API.SDK" Version="5000.0.3" />

IEventHandlerResponse

Represents event handler response information
Exception Exception { get; set; }

An exception representing errors that occurred during an event handler execution.

Returns an IFieldCollection containing fields that were updated by the Event Handler's execution.

string Message { get; set; }

The message from an event handler.

bool Success { get; set; }

Indicates whether the event handler executed successfully or not