Skip to content
1 min read · 86 words

@nhtio/adk/batteries/generation/local_diffusion/exceptions

Local diffusion battery exceptions.

Variables

VariableDescription
E_INVALID_LOCAL_DIFFUSION_OPTIONSInvalid adapter configuration.
E_LOCAL_DIFFUSION_ABORTEDRequest was cancelled.
E_LOCAL_DIFFUSION_BACKEND_ERRORBackend process failure. Optional printf args: [detail, exitCode?, signal?].
E_LOCAL_DIFFUSION_BUSYAnother request is active.
E_LOCAL_DIFFUSION_DISPOSEDAdapter has been disposed.
E_LOCAL_DIFFUSION_MALFORMED_FRAMEBackend emitted malformed protocol data.
E_LOCAL_DIFFUSION_REQUEST_TIMEOUTRequest exceeded its deadline.
E_LOCAL_DIFFUSION_STARTUP_TIMEOUTStartup exceeded its deadline.