RetryEligibility
com.worxbend.codeberg4s.core.RetryEligibility
enum RetryEligibility
Whether a call may be attempted again at all.
This is separate from "is this failure worth retrying": a 503 is always worth retrying, but repeating a POST that created an issue produces a second issue. Forgejo offers no idempotency key, so the decision cannot be inferred from the response and has to be stated by the caller — as a named case rather than a Boolean nobody can read at a call site.
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article