package members

import (
	"git.perx.ru/perxis/perxis-go/pkg/service"
)

var (
	ErrAccessDenied  = service.ErrAccessDenied
	ErrNotFound      = service.ErrNotFound
	ErrAlreadyExists = service.ErrAlreadyExists
)