Files
grafana/pkg/services/dashboardsnapshots/errors.go
T

8 lines
230 B
Go
Raw Normal View History

package dashboardsnapshots
2022-08-03 17:31:23 +03:00
import (
"github.com/grafana/grafana/pkg/util/errutil"
)
2022-08-03 17:31:23 +03:00
var ErrBaseNotFound = errutil.NewBase(errutil.StatusNotFound, "dashboardsnapshots.not-found", errutil.WithPublicMessage("Snapshot not found"))