Skip to content

BackingOff

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.

BackingOffconstructor(retryAfterSeconds: Double)
NameSummary
retryAfterSecondsval retryAfterSeconds: Double
Seconds, like Server.retryAfterSeconds and iOS’s twin. Fractional: the floor is 0.5s.