2.0.0
- Changed
Retry.Error.retryLimitExceeded(lastError: String? = nil)
type toretryLimitExceeded(lastError: Swift.Error? = nil)
- Added
Retry.Error.abort(with: Swift.Error)
to be able to break out of retries in case of unrecoverable errors
Retry.Error.retryLimitExceeded(lastError: String? = nil)
type to retryLimitExceeded(lastError: Swift.Error? = nil)
Retry.Error.abort(with: Swift.Error)
to be able to break out of retries in case of unrecoverable errors