Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
67
func
(e *CSError) Error() error {
68
return
fmt.Errorf(
"CloudStack API error %d (CSExceptionErrorCode: %d): %s"
, e.ErrorCode, e.CSErrorCode, e.ErrorText)
69
}
70
71
type
UUID string
72
Callers
15
newRawRequest
Method · 0.95
TestCertificateService
Function · 0.45
TestMetricsService
Function · 0.45
TestAutoScaleService
Function · 0.45
TestLimitService
Function · 0.45
TestNiciraNVPService
Function · 0.45
TestOutofbandManagementService
Function · 0.45
TestMiscService
Function · 0.45
TestRouterService
Function · 0.45
TestWebhookService
Function · 0.45
TestNetworkService
Function · 0.45
TestStratosphereSSPService
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestCertificateService
Function · 0.36
TestMetricsService
Function · 0.36
TestAutoScaleService
Function · 0.36
TestLimitService
Function · 0.36
TestNiciraNVPService
Function · 0.36
TestOutofbandManagementService
Function · 0.36
TestMiscService
Function · 0.36
TestRouterService
Function · 0.36
TestWebhookService
Function · 0.36
TestNetworkService
Function · 0.36
TestStratosphereSSPService
Function · 0.36
TestInternalLBService
Function · 0.36