Skip to content
1 min read · 15 words

Variable: E_LOCAL_DIFFUSION_BACKEND_ERROR

ts
const E_LOCAL_DIFFUSION_BACKEND_ERROR: CreatedException<
  [string, number?, string?]
>;

Defined in: src/batteries/generation/local_diffusion/exceptions.ts:15

Backend process failure. Optional printf args: [detail, exitCode?, signal?].