AsyncFlatMapSequence.Failure
The type of error produced by this asynchronous sequence.
Declaration
typealias Failure = Base.FailureDiscussion
The flat map sequence produces the type of error in the base asynchronous sequence. By construction, the sequence produced by the transform closure must either produce this type of error or not produce errors at all.