Versions in this module Expand all Collapse all v0 v0.94.0 Mar 23, 2026 v0.93.2 Mar 13, 2026 Changes in this version + var ErrConflict = errors.New("personal access token with this name already exists") + var ErrDeniedRole = errors.New("one or more requested roles not permissible for personal access tokens") + var ErrDisabled = errors.New("personal access tokens are not enabled") + var ErrExpired = errors.New("personal access token has expired") + var ErrExpiryExceeded = errors.New("expiry exceeds maximum allowed lifetime") + var ErrExpiryInPast = errors.New("expiry must be in the future") + var ErrInvalidPAT = errors.New("not a personal access token") + var ErrLimitExceeded = errors.New("maximum number of personal access tokens reached") + var ErrMalformedPAT = errors.New("personal access token is malformed") + var ErrNotFound = errors.New("personal access token not found") + var ErrRoleNotFound = errors.New("one or more requested roles do not exist") + var ErrUnsupportedScope = errors.New("role scope is not supported for personal access tokens")