You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

MaxRetryInterceptor.RetryError


ENUM

MaxRetryInterceptor.RetryError

Swift
1public enum RetryError: Error, LocalizedError

Cases

hitMaxRetryCount(count:operationName:)

Swift
1case hitMaxRetryCount(count: Int, operationName: String)

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums