BackingOff
Ce contenu n’est pas encore disponible dans votre langue.
class BackingOff(val retryAfterSeconds: Double) : FrakError
This resource is in a backoff window, so nothing was sent — unlike Network, where a request was attempted. Any cached copy is served in preference to raising this.
Constructors
Section titled “Constructors”| BackingOff | constructor(retryAfterSeconds: Double) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| retryAfterSeconds | val retryAfterSeconds: Double Seconds, like Server.retryAfterSeconds and iOS’s twin. Fractional: the floor is 0.5s. |