Enums§
- Plugin
Error - Errors returned by
ChatEngineBackendPluginmethods.
Type Aliases§
- BoxError
- Boxed dynamic error for preserving the underlying cause chain across the
SDK boundary. Implements
std::error::Errorso callers can walk the chain viaError::source().