MCPcopy
hub / github.com/spacecloud-io/space-cloud / Error

Method Error

gateway/config/integration.go:69–69  ·  view source on GitHub ↗

The error to be sent back. This error is generated by the integration module. An error can be present when an integration is trying to configure a resource which it does not have access to.

()

Source from the content-addressed store, hash-verified

67 // The error to be sent back. This error is generated by the integration module. An error can be present when
68 // an integration is trying to configure a resource which it does not have access to.
69 Error() error
70
71 // Status returns the status code returned by the integration
72 Status() int

Callers 15

StartMethod · 0.65
DockerStopFunction · 0.65
DockerStartFunction · 0.65
ApplySpecFunction · 0.65
GetCredentialsFunction · 0.65
AskOneMethod · 0.65
loginFunction · 0.65
LogErrorFunction · 0.65
GetContainersFunction · 0.65
PullImageIfNotExistFunction · 0.65
MakeHTTPRequestMethod · 0.65
GetLogsMethod · 0.65

Implementers 3

authResponsegateway/managers/integration/types.go
mockHookResponsegateway/managers/syncman/types_test.go
mockIntegrationResponsegateway/managers/admin/types_test.go

Calls

no outgoing calls

Tested by 15

TestModule_validateFunction · 0.52
TestMatch_RuleFunction · 0.52
TestMatchForce_RuleFunction · 0.52
TestMatchRemove_RuleFunction · 0.52
TestMatchNumberFunction · 0.52
TestMatchBoolFunction · 0.52
TestGetFileRuleFunction · 0.52
TestIsFileOpAuthorisedFunction · 0.52
TestCreateTokenFunction · 0.52
TestIsTokenInternalFunction · 0.52
TestParseTokenFunction · 0.52
TestIsFuncCallAuthorisedFunction · 0.52