Skip to content

Documentation / @warp-drive/ember / RecoveryFeatures

Interface: RecoveryFeatures

Defined in: warp-drive-packages/core/declarations/store/-private/new-core-tmp/request-subscription.d.ts:11

Utilities to assist in recovering from the error.

Properties

isHidden

ts
isHidden: boolean;

Defined in: warp-drive-packages/core/declarations/store/-private/new-core-tmp/request-subscription.d.ts:13


isOnline

ts
isOnline: boolean;

Defined in: warp-drive-packages/core/declarations/store/-private/new-core-tmp/request-subscription.d.ts:12


retry()

ts
retry: () => Promise<void>;

Defined in: warp-drive-packages/core/declarations/store/-private/new-core-tmp/request-subscription.d.ts:14

Returns

Promise<void>

Released under the MIT License.