# Functions
E will log error and return it.
NewApplicationError creates a new ApplicationError with the given message and status/error codes.
NewBadRequestError creates a new BadRequestError with the given message.
NewInternalServerError creates a new ErrInternalServer with the given message.
# Variables
No description provided by the author
# Structs
ApplicationError represents a general application error.
BadRequestError reporesents an error for malformed requests.
InternalServerError reporesents a general server error (500).