MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / RespondWithError

Method RespondWithError

test/testutil/fakeoctopusserver.go:209–211  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

207}
208
209func (r *RequestWrapper) RespondWithError(err error) {
210 r.Server.Respond(nil, err)
211}
212
213func NewRootResource() *octopusApiClient.RootResource {
214 root := octopusApiClient.NewRootResource()

Callers 3

TestReleaseDeleteFunction · 0.80
TestLogin_ApiKeyFunction · 0.80
TestLogin_OpenIdConnectFunction · 0.80

Calls 1

RespondMethod · 0.80

Tested by 3

TestReleaseDeleteFunction · 0.64
TestLogin_ApiKeyFunction · 0.64
TestLogin_OpenIdConnectFunction · 0.64