RendererFailedToInitializeError
Thrown when the owned Obsidian renderer loads but never bootstraps the app — an empty <body> with no window.app after the boot grace window (see resolveRendererBootState). The usual cause is an installer/Electron shell too old for the pinned Obsidian app version.
Import:
import { RendererFailedToInitializeError } from 'obsidian-integration-testing';Signature:
export class RendererFailedToInitializeError extends ErrorExtends: Error
Constructor
new RendererFailedToInitializeError(vaultPath: string)Creates the error for a specific vault.