kubernetes/vendor/github.com/Microsoft/hnslib/errors.go

//go:build windows

package hnslib

import (
	"github.com/Microsoft/hnslib/internal/hns"
)

type EndpointNotFoundError = hns.EndpointNotFoundError
type NetworkNotFoundError = hns.NetworkNotFoundError