bokkichat package

Subpackages

Submodules

bokkichat.exceptions module

exception bokkichat.exceptions.InvalidMessageData(message_data: Dict[str, Any])

Bases: Exception

Exception that indicates message data that’s invalid or otherwise could not be correctly parsed.

__init__(message_data: Dict[str, Any])

Initializes the Exception :param message_data: The message data that caused the

exception to be raised

exception bokkichat.exceptions.InvalidSettings

Bases: Exception

Exception that gets raised whenever there’s a problem with the settings. Example: Invalid API key, connection can’t be established

Module contents