errors
StreamError
Bases: BaseStreamError
Error with a specific error code that maps to a localized user-facing error message.
Source code in chatkit/errors.py
CustomStreamError
Bases: BaseStreamError
Error with a custom user-facing error message. The message should be localized as needed before raising the error.