package domain import ( "net/http" "gitea.qpismont.fr/qpismont/trepa/internal/core" ) var ErrVariableNotFound = core.NewHTTPError(http.StatusNotFound, "variable not found", nil)