Files
Steven Kang 5b9976433f feat(k8s): Refactor Volumes page (#2510)
Co-authored-by: Nicholas Loomans <nicholas.loomans@portainer.io>
Co-authored-by: Robbie Cowan <robert.cowan@portainer.io>
Co-authored-by: RHCowan <50324595+RHCowan@users.noreply.github.com>
2026-05-19 10:39:24 +12:00

8 lines
206 B
Go

package cli
import "errors"
// ErrUnauthorized is returned when a non-admin user attempts to access a resource
// outside their permitted namespace scope.
var ErrUnauthorized = errors.New("unauthorized")