Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
47440f3e
Commit
47440f3e
authored
11 months ago
by
Danis Kirasirov
Committed by
Pavel Antonov
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Исправлена опечатка в названии ошибки
parent
5da08e29
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/items/errors.go
+4
-4
4 additions, 4 deletions
pkg/items/errors.go
with
4 additions
and
4 deletions
pkg/items/errors.go
+
4
−
4
View file @
47440f3e
...
...
@@ -7,10 +7,10 @@ import (
)
var
(
ErrAccessDenied
=
service
.
ErrAccessDenied
ErrNotFound
=
service
.
ErrNotFound
ErrUniqueValueRequired
=
errors
.
New
(
"unique value required"
)
ErrTextSearchNotAva
lu
ble
=
errors
.
New
(
"fulltext search is not available in this collection"
)
ErrAccessDenied
=
service
.
ErrAccessDenied
ErrNotFound
=
service
.
ErrNotFound
ErrUniqueValueRequired
=
errors
.
New
(
"unique value required"
)
ErrTextSearchNotAva
ila
ble
=
errors
.
New
(
"fulltext search is not available in this collection"
)
ErrCreateLocalizedItem
=
errors
.
New
(
"create only supports default locale"
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment