Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 2026 Changes in this version + var ErrAuth = errors.New("authentication error") + var ErrDependency = errors.New("dependency error") + var ErrDuplicate = errors.New("duplicate resource error") + var ErrImageFormat = errors.New("forbidden image format") + var ErrInternal = errors.New("internal error") + var ErrLabelLimitExceeded = errors.New("label limit count exceeded error") + var ErrNotFound = errors.New("resource not found error") + var ErrPrincipalProvider = errors.New("error extracting principal identity") + var ErrURLParsing = errors.New("url parsing error") + var ErrValidation = errors.New("validation error")