Contents

AsyncThrowingMapSequence.Failure

The type of error produced by this asynchronous sequence.

Declaration

typealias Failure = any Error

Discussion

The map sequence produces errors from either the base sequence or the transform closure.