func HTTPErrorHandler(err error, ctx echo.Context)
type APIError struct { Code int `json:"status"` Message string `json:"message"` }