Skip to main content

ChatError

Type Alias ChatError 

Source
pub type ChatError = ShimError;
Expand description

Errors from the chat layer.

An alias for ShimError — every shim-backed module shares one error type, since they share one status enum and one error buffer.

Aliased Type§

pub enum ChatError {}