OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.1.0" />

.NET API 3,505,832 bytes

 IFailProcessor

public interface IFailProcessor : IProcessor
Raises an exception. This is useful for when you expect a pipeline to fail and want to relay a specific message to the requester.
string Message { get; set; }

The error message thrown by the processor. Supports template snippets.