package
0.0.0-20201214152946-733830ae428a
Repository: https://github.com/irisida/go-microservices.git
Documentation: pkg.go.dev
# Functions
NewAPIError for untrapped errors.
NewAPIErrorFromBytes - raised when testing json of bytes array.
NewBadRequestAPIError - raised for a bad request.
NewInternalServerError - raised on an internal server error.
NewNotFoundAPIError - raised on a not found case.
# Interfaces
APIError - error interface.