Versions in this module Expand all Collapse all v1 v1.0.2 Dec 4, 2024 Changes in this version + type TipBotError struct + Code TipBotErrorType + Err error + Message string + func Create(code TipBotErrorType) TipBotError + func New(code TipBotErrorType, err error) TipBotError + func (e TipBotError) Error() string + type TipBotErrorType int + const BalanceToLowError + const DecodeAmountError + const DecodePerUserAmountError + const GetBalanceError + const InvalidAmountError + const InvalidAmountPerUserError + const InvalidSyntaxError + const InvalidTypeError + const ItemIdMismatchError + const MaxReachedError + const NoFileFoundError + const NoPhotoError + const NoPrivateChatError + const NoReplyMessageError + const NoShopError + const NotActiveError + const NotShopOwnerError + const SelfPaymentError + const ShopNoOwnerError + const UnknownError + const UserNoWalletError