One_Piece_Bounty_Bot / src /model /error /TgRestChatError.py
github-actions[bot]
Automated sync from GitHub
71e71e8
Raw
History Blame Contribute Delete
236 Bytes
from src.model.error.Error import Error
from src.model.error.ErrorSource import ErrorSource
class TgRestChatError(Error):
source = ErrorSource.TG_REST
UNKNOWN_PREDICTION_ACTION = Error(1, "UNKNOWN_PREDICTION_ACTION", source)