Files
3ybactuk-marketplace-go-ser…/comments/internal/domain/model/errors.go
2025-07-28 14:58:08 +03:00

8 lines
226 B
Go

package model
import "errors"
var ErrCommentNotFound = errors.New("comment not found")
var ErrCommentEditUserMismatch = errors.New("comment edit user mismatch")
var ErrCommentEditTimeout = errors.New("comment edit timeout")