Class FailProcessor
Raises an exception. This is useful for when you expect a pipeline to fail and want to relay a specific message to the requester.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class FailProcessor : ProcessorBase, IFailProcessor, IProcessor
Properties
| Edit this page View SourceMessage
The error message thrown by the processor. Supports template snippets.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
protected override string Name { get; }
Property Value
Type | Description |
---|---|
string |