|
@@ -11,6 +11,7 @@ import (
|
|
|
// Typed errors
|
|
// Typed errors
|
|
|
var (
|
|
var (
|
|
|
ErrDashboardNotFound = errors.New("Dashboard not found")
|
|
ErrDashboardNotFound = errors.New("Dashboard not found")
|
|
|
|
|
+ ErrDashboardSnapshotNotFound = errors.New("Dashboard snapshot not found")
|
|
|
ErrDashboardWithSameNameExists = errors.New("A dashboard with the same name already exists")
|
|
ErrDashboardWithSameNameExists = errors.New("A dashboard with the same name already exists")
|
|
|
ErrDashboardVersionMismatch = errors.New("The dashboard has been changed by someone else")
|
|
ErrDashboardVersionMismatch = errors.New("The dashboard has been changed by someone else")
|
|
|
)
|
|
)
|