Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ Error
Method
Error
clients/baseclient/client_error.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(ce *ClientError) Error() string {
20
return
fmt.Sprintf(
"%s (status %d): %v "
, ce.Status, ce.Code, ce.Description)
21
}
22
23
func
NewClientError(err error) error {
24
if
err == nil {
Callers
15
doesUpsExist
Function · 0.45
TestCollectFromEnv
Function · 0.45
TestCollectFromEnvWhenWrongName
Function · 0.45
TestCollectFromEnvWhenInvalidJson
Function · 0.45
TestCollectFromEnvWhenDuplicateNames
Function · 0.45
TestCollectFromEnvWhenInvalidCertificate
Function · 0.45
TestCollectFromEnvWhenDifferentPrefix
Function · 0.45
TestBuildSecureExtension
Function · 0.45
TestBuildSecureExtensionWhenExplicitSchema
Function · 0.45
TestBuildSecureExtensionWhenNoParameters
Function · 0.45
TestBuildSecureExtensionWhenNoMtaId
Function · 0.45
getTokenExpirationTime
Function · 0.45
Calls
no outgoing calls
Tested by
10
TestCollectFromEnv
Function · 0.36
TestCollectFromEnvWhenWrongName
Function · 0.36
TestCollectFromEnvWhenInvalidJson
Function · 0.36
TestCollectFromEnvWhenDuplicateNames
Function · 0.36
TestCollectFromEnvWhenInvalidCertificate
Function · 0.36
TestCollectFromEnvWhenDifferentPrefix
Function · 0.36
TestBuildSecureExtension
Function · 0.36
TestBuildSecureExtensionWhenExplicitSchema
Function · 0.36
TestBuildSecureExtensionWhenNoParameters
Function · 0.36
TestBuildSecureExtensionWhenNoMtaId
Function · 0.36