# BackingOff

class BackingOff(val retryAfterSeconds: [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html)) : [FrakError](/developers/references/android/id-frak-sdk-core/frakerror/)

This resource is in a backoff window, so nothing was sent — unlike [Network](/developers/references/android/id-frak-sdk-core/frakerror/network/), where a request was attempted. Any cached copy is served in preference to raising this.

## Constructors

| | |
|---|---|
| [BackingOff](/developers/references/android/id-frak-sdk-core/frakerror/backingoff/backingoff/) | constructor(retryAfterSeconds: [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html)) |

## Properties

| Name | Summary |
|---|---|
| [retryAfterSeconds](/developers/references/android/id-frak-sdk-core/frakerror/backingoff/retryafterseconds/) | val [retryAfterSeconds](/developers/references/android/id-frak-sdk-core/frakerror/backingoff/retryafterseconds/): [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html)<br>Seconds, like [Server.retryAfterSeconds](/developers/references/android/id-frak-sdk-core/frakerror/server/retryafterseconds/) and iOS's twin. Fractional: the floor is 0.5s. |