goharbor/harbor · error

[VolcengineCR adapt] ListRepositories resp nil

Error message

[VolcengineCR adapt] ListRepositories resp nil

What it means

Error "[VolcengineCR adapt] ListRepositories resp nil" thrown in goharbor/harbor.

Source

Thrown at src/pkg/reg/adapter/volcenginecr/consts.go:24

//
//    http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package volcenginecr

import "errors"

var (
	regionRegs = map[string]any{
		"(.*)-(cn-.*)": nil,
	}
	errListNamespaceResp    = errors.New("[VolcengineCR adapt] ListNamespaces resp nil")
	errListRepositoriesResp = errors.New("[VolcengineCR adapt] ListRepositories resp nil")
	errListTagsResp         = errors.New("[VolcengineCR adapt] ListTags resp nil")
	errPareseDigest         = errors.New("[VolcengineCR adapt]  fail to parse reference")
	errNilVolcCrClient      = errors.New("[volcengine-cr.createRepository] nil volcCr client")
)

const (
	MaxPageSize     int64 = 100
	concurrentLimit int   = 3
)

View on GitHub (pinned to 7b2fd08cc5)

When it happens

Trigger: Thrown at src/pkg/reg/adapter/volcenginecr/consts.go:24 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of goharbor/harbor@7b2fd08cc5 (2026-08-16). Data as JSON: /api/errors/14f637b6090f5107. Report an issue: GitHub.