Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    ProcessorBase
    FailProcessor
    Implements
    IFailProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FailProcessor : ProcessorBase, IFailProcessor, IProcessor

    Properties

    | Edit this page View Source

    Message

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

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name

    Implements

    IFailProcessor
    IProcessor

    Extension Methods

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