MaxRetryInterceptor.RetryError
ENUM
MaxRetryInterceptor.RetryError
Swift
1public enum RetryError: Error, LocalizedErrorCases
hitMaxRetryCount(count:operationName:)
Swift
1case hitMaxRetryCount(count: Int, operationName: String)Properties
errorDescription
Swift
1public var errorDescription: String?