Skip to content

2.0.0

Compare
Choose a tag to compare
@finestructure finestructure released this 21 Jul 08:21
· 5 commits to main since this release
4fba683
  • Changed Retry.Error.retryLimitExceeded(lastError: String? = nil) type to retryLimitExceeded(lastError: Swift.Error? = nil)
  • Added Retry.Error.abort(with: Swift.Error) to be able to break out of retries in case of unrecoverable errors