MCPcopy 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
19func (ce *ClientError) Error() string {
20 return fmt.Sprintf("%s (status %d): %v ", ce.Status, ce.Code, ce.Description)
21}
22
23func NewClientError(err error) error {
24 if err == nil {

Calls

no outgoing calls