AsyncThrowingFlatMapSequence.Failure
The type of error produced by this asynchronous sequence.
Declaration
typealias Failure = any ErrorDiscussion
The flat map sequence produces errors from either the base sequence or the transform closure.
The type of error produced by this asynchronous sequence.
typealias Failure = any ErrorThe flat map sequence produces errors from either the base sequence or the transform closure.