Rxova
Skip to content

RestoreError

Why a restore was refused, for PersistOptions.onRestoreError.

readonly optional cause?: unknown;

Present only for 'migrate-threw'.


readonly expected: number;

The schema version this build expects.


readonly found: number;

The schema version on disk.


readonly reason: "ahead" | "no-migrate" | "migrate-threw";

'ahead' — written by a newer build; 'no-migrate' — older, with no way forward; 'migrate-threw'.