package
0.0.0-20240220083845-a135114339e9
Repository: https://github.com/jubaerhossain/golang-ddd.git
Documentation: pkg.go.dev
# Variables
ErrBadRequest indicates that the request is invalid or malformed.
ErrForbidden indicates that the request is valid but the user lacks necessary permissions.
ErrInternalServer indicates that an internal server error occurred.
ErrNotFound indicates that the requested resource was not found.
ErrUnauthorized indicates that the request lacks valid authentication credentials.