Skip to content
1 min read · 30 words

Variable: E_ISOLATE_FUNCTION_REQUIRES_SOURCE_REHYDRATION

ts
const E_ISOLATE_FUNCTION_REQUIRES_SOURCE_REHYDRATION: CreatedException<
  [string]
>;

Defined in: src/batteries/isolation/isolate_function.ts:72

Thrown when isolateFunction is called without the literal { allowSourceRehydration: true } acknowledgement. Fatal: this is a configuration/call-site error, caught before anything is spawned.