MCPcopy Index your code
hub / github.com/apache/cloudstack-go / Error

Method Error

cloudstack/cloudstack.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (e *CSError) Error() error {
68 return fmt.Errorf("CloudStack API error %d (CSExceptionErrorCode: %d): %s", e.ErrorCode, e.CSErrorCode, e.ErrorText)
69}
70
71type UUID string
72

Callers 15

newRawRequestMethod · 0.95
TestCertificateServiceFunction · 0.45
TestMetricsServiceFunction · 0.45
TestAutoScaleServiceFunction · 0.45
TestLimitServiceFunction · 0.45
TestNiciraNVPServiceFunction · 0.45
TestMiscServiceFunction · 0.45
TestRouterServiceFunction · 0.45
TestWebhookServiceFunction · 0.45
TestNetworkServiceFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestCertificateServiceFunction · 0.36
TestMetricsServiceFunction · 0.36
TestAutoScaleServiceFunction · 0.36
TestLimitServiceFunction · 0.36
TestNiciraNVPServiceFunction · 0.36
TestMiscServiceFunction · 0.36
TestRouterServiceFunction · 0.36
TestWebhookServiceFunction · 0.36
TestNetworkServiceFunction · 0.36
TestInternalLBServiceFunction · 0.36