Search Results for

    Show / Hide Table of Contents

    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
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFailProcessor : IProcessor

    Properties

    | Edit this page View Source

    Message

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

    Declaration
    [DataMember(Name = "message")]
    string Message { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Message
    • Extension Methods
    Back to top Generated by DocFX