SilentAsarFallbackError
Thrown when a booted owned instance is running a different app (asar) version than the pinned SilentAsarFallbackErrorConstructorParams.requestedVersion — the installer shell was too old for the pin and silently reverted to its own bundled asar. Carries both versions so callers can instanceof-match and surface an actionable remedy (pin a newer installer).
Import:
import { SilentAsarFallbackError } from 'obsidian-integration-testing';Signature:
export class SilentAsarFallbackError extends ErrorExtends: Error
Constructor
new SilentAsarFallbackError(params: SilentAsarFallbackErrorConstructorParams)Creates the error from the pinned and actually-running versions.
Properties
| Property | Type | Description |
|---|---|---|
| requestedVersion | string | The pinned Obsidian app (asar) version that was requested. |
| runningApiVersion | string | The Obsidian app (asar) version the instance is actually running. |
Links to this page: