@nhtio/adk/batteries/generation/local_diffusion/exceptions
Local diffusion battery exceptions.
Variables
| Variable | Description |
|---|---|
| E_INVALID_LOCAL_DIFFUSION_OPTIONS | Invalid adapter configuration. |
| E_LOCAL_DIFFUSION_ABORTED | Request was cancelled. |
| E_LOCAL_DIFFUSION_BACKEND_ERROR | Backend process failure. Optional printf args: [detail, exitCode?, signal?]. |
| E_LOCAL_DIFFUSION_BUSY | Another request is active. |
| E_LOCAL_DIFFUSION_DISPOSED | Adapter has been disposed. |
| E_LOCAL_DIFFUSION_MALFORMED_FRAME | Backend emitted malformed protocol data. |
| E_LOCAL_DIFFUSION_REQUEST_TIMEOUT | Request exceeded its deadline. |
| E_LOCAL_DIFFUSION_STARTUP_TIMEOUT | Startup exceeded its deadline. |