RequestInterceptor
public protocol RequestInterceptora protocol intercepting a session request
- 
                  shouldRescueRequest(_:Asynchronouserror: ) catch and retry a failed request DeclarationSwift func shouldRescueRequest<Output>(_ request: Request<Output>, error: Error) async throws -> BoolReturn Valuenil if the request should not be retried. Otherwise a publisher that will be executed before retrying the request 
 RequestInterceptor Protocol Reference
        RequestInterceptor Protocol Reference