Skip to content
Snippets Groups Projects
Commit 7d06b6c5 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'fix/PRXS-2686-FixErrTypo' into 'master'

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

See merge request perxis/perxis-go!271
parents 5da08e29 47440f3e
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ import ( ...@@ -7,10 +7,10 @@ import (
) )
var ( var (
ErrAccessDenied = service.ErrAccessDenied ErrAccessDenied = service.ErrAccessDenied
ErrNotFound = service.ErrNotFound ErrNotFound = service.ErrNotFound
ErrUniqueValueRequired = errors.New("unique value required") ErrUniqueValueRequired = errors.New("unique value required")
ErrTextSearchNotAvaluble = errors.New("fulltext search is not available in this collection") ErrTextSearchNotAvailable = errors.New("fulltext search is not available in this collection")
ErrCreateLocalizedItem = errors.New("create only supports default locale") 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