You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failedToGetNCErrMsg=append(failedToGetNCErrMsg, fmt.Sprintf("Failed to get NC %s due to %s", failedNetworkContainerResponse.NetworkContainerID, failedNetworkContainerResponse.Response.Message))
904
+
}
905
+
901
906
resp.Response.ReturnCode=types.UnexpectedError
902
-
resp.Response.Message=fmt.Sprintf("Failed to get NCs %s", strings.Join(failedNCs, ","))
0 commit comments