pub type ChatError = ShimError;
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.
ShimError
pub enum ChatError {}