Documentation
¶
Index ¶
Constants ¶
View Source
const (
ErrCodeInternal = 900
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
ErrorCode int
ErrorMessage string
Details map[string]any
// contains filtered or unexported fields
}
func NewInternalServiceError ¶
func (Error) BotResponse ¶
func (e Error) BotResponse(chatId int64) telegram_bot.Chattable
Click to show internal directories.
Click to hide internal directories.