Skip to content
Snippets Groups Projects
Commit a3fa5529 authored by Alena Petraki's avatar Alena Petraki
Browse files

убраны errors

parent 9c9bec0b
No related branches found
No related tags found
No related merge requests found
package users
import (
"git.perx.ru/perxis/perxis-go/pkg/errors"
)
var (
ErrAccessDenied = errors.PermissionDenied(errors.New("access denied"))
ErrNotFound = errors.NotFound(errors.New("not found"))
ErrAlreadyExists = errors.AlreadyExists(errors.New("already exists"))
)
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