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?