<PackageReference Include="Relativity.API" Version="20.0.0" />

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