RestoreError
Why a restore was refused, for PersistOptions.onRestoreError.
Properties
Section titled “Properties”cause?
Section titled “cause?”readonly optional cause?: unknown;Present only for 'migrate-threw'.
expected
Section titled “expected”readonly expected: number;The schema version this build expects.
readonly found: number;The schema version on disk.
reason
Section titled “reason”readonly reason: "ahead" | "no-migrate" | "migrate-threw";'ahead' — written by a newer build; 'no-migrate' — older, with no way forward; 'migrate-threw'.