Skip to main content

Module error

Module error 

Source

Enums§

PluginError
Errors returned by ChatEngineBackendPlugin methods.

Type Aliases§

BoxError
Boxed dynamic error for preserving the underlying cause chain across the SDK boundary. Implements std::error::Error so callers can walk the chain via Error::source().