Skip to content
Snippets Groups Projects
Commit 47440f3e authored by Danis Kirasirov's avatar Danis Kirasirov :8ball: Committed by Pavel Antonov
Browse files

Исправлена опечатка в названии ошибки

parent 5da08e29
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ import (
)
var (
ErrAccessDenied = service.ErrAccessDenied
ErrNotFound = service.ErrNotFound
ErrUniqueValueRequired = errors.New("unique value required")
ErrTextSearchNotAvaluble = errors.New("fulltext search is not available in this collection")
ErrAccessDenied = service.ErrAccessDenied
ErrNotFound = service.ErrNotFound
ErrUniqueValueRequired = errors.New("unique value required")
ErrTextSearchNotAvailable = errors.New("fulltext search is not available in this collection")
ErrCreateLocalizedItem = errors.New("create only supports default locale")
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment