# Functions
Handler returns a gin middleware that handles errors.
HandlerWithErrorWrapper wraps a [HandlerWithError] into a [gin.HandlerFunc].
# Structs
ErrorResponse is the error type for the application.
# Type aliases
HandlerWithError is a function that handles an HTTP request.