ParallelWaitError<V, E> constructor

ParallelWaitError<V, E>(
  1. V values,
  2. E errors
)

Creates error with the provided values and errors.

Implementation

ParallelWaitError(this.values, this.errors);