An error that occurred during a pipe.

Type Parameters

  • T = unknown

Hierarchy

  • AggregateError
    • PipeError

Constructors

Properties

Accessors

Constructors

  • Type Parameters

    • T = unknown

    Parameters

    • errors: unknown[]
    • pipe: Pipe<T>
    • index: number
    • message: string = "Error in pipe"

    Returns PipeError<T>

Properties

cause?: unknown
errors: any[]
index: number

The index of the step that threw the error.

message: string
name = "PipeError"
pipe: Pipe<T>

The pipe that threw the error.

stack?: string

Accessors