Interface IFailProcessor
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 interface IFailProcessor : IProcessor
Properties
| Edit this page View SourceMessage
The error message thrown by the processor. Supports template snippets.
Declaration
[DataMember(Name = "message")]
string Message { get; set; }
Property Value
Type | Description |
---|---|
string |