Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

RetryHandler

mattt edited this page Sep 18, 2020 · 2 revisions

RetryHandler

RequestRetrier closure definition.

public typealias RetryHandler = (Request, Session, Error, _ completion:@escaping (RetryResult) -> Void) -> Void
Types
Protocols
Global Typealiases
Clone this wiki locally