app-cloudep-comment-server/pkg/domain/error.go

13 lines
254 B
Go
Raw Permalink Normal View History

2025-01-15 05:17:30 +00:00
package domain
import "code.30cm.net/digimon/library-go/errs"
const (
_ = iota
CreateCommentErrorCode errs.ErrorCode = iota
GetCommentErrorCode
DelCommentErrorCode
ListCommentErrorCode
UpdateCommentErrorCode
)