core/constants/errors.go

8 lines
175 B
Go

package constants
const (
AUTH_FAILED = "User with specified E-Mail and password not found"
NOT_FOUND = "Wrong request method or path"
UNAUTHORIZED = "Unauthorized"
)