AsyncThrowingFilterSequence.Failure
The type of element produced by this asynchronous sequence.
Declaration
typealias Failure = any ErrorDiscussion
The filter sequence produces errors from either the base sequence or the filtering closure.
The type of element produced by this asynchronous sequence.
typealias Failure = any ErrorThe filter sequence produces errors from either the base sequence or the filtering closure.