This website requires JavaScript.
Explore
Help
Sign In
SQuiz
/
amocrm
Watch
2
Star
0
Fork
0
You've already forked amocrm
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
a4e90a79d7
amocrm
/
internal
/
service_errors
/
pg_error.go
6 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
add error if user not found
2024-05-24 18:36:50 +00:00
package
service_errors
import
"errors"
add validate errors in rule methods
2024-06-04 16:05:53 +00:00
var
ErrNotFound
=
errors
.
New
(
"not found"
)
Reference in New Issue
Copy Permalink