MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / Error

Method Error

cli/cmd/test_connection.go:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func (*testConnectionFailures) Error() string {
204 // The errs are already shown in the console, so we don't need to show them again here
205 return "at least one test connection failed"
206}
207
208type testConnectionResult struct {
209 PluginRef string `json:"plugin_ref"`

Callers 15

mainFunction · 0.45
GetAuthTokenIfNeededFunction · 0.45
TestCleanInitErrorFunction · 0.45
TestLoadSpecsFunction · 0.45
TestPKModeFromStringFunction · 0.45
TestWriteModeFromStringFunction · 0.45
TestRegistryFromStringFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestCleanInitErrorFunction · 0.36
TestLoadSpecsFunction · 0.36
TestPKModeFromStringFunction · 0.36
TestWriteModeFromStringFunction · 0.36
TestRegistryFromStringFunction · 0.36
TestSourceUnmarshalSpecFunction · 0.36