Skip to content
1 min read · 32 words

Variable: E_ISOLATION_READY_TIMEOUT

ts
const E_ISOLATION_READY_TIMEOUT: CreatedException<[number]>;

Defined in: src/batteries/isolation/exceptions.ts:56

Thrown by IsolatedService calls made while the guest has not yet signaled ready and the configured readyTimeoutMs has elapsed. Printf arg: the elapsed timeout in milliseconds.