Type Alias OfflineRegionErrorCode
OfflineRegionErrorCode:
| "invalid-manifest"
| "resource-limit-exceeded"
| "quota-exceeded"
| "expired"
| "integrity-mismatch"
| "aborted"
| "resource-load-failed"
| "inventory-changed"
| "store-failed"
| "store-unreadable"
| "cache-miss"
| "scope-mismatch"
| "out-of-region"
- "invalid-manifest"
- "resource-limit-exceeded"
- "quota-exceeded"
- "expired"
- "integrity-mismatch"
- "aborted"
- "resource-load-failed"
- "inventory-changed"
- "store-failed"
- "store-unreadable"
The persisted store is at a schema version this build has no migration path
to. Nothing is deleted: an application re-downloads deliberately instead of
discovering its cached bytes were silently dropped.
- "cache-miss"
No stored resource answers this selection.
- "scope-mismatch"
The region belongs to a different authorization scope than the reader.
- "out-of-region"
The requested extent or version is outside what the region captured.