MCPcopy
hub / github.com/cloudfoundry/cli / NewAsyncTimeoutError

Function NewAsyncTimeoutError

cf/errors/gateway_error.go:13–15  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

11}
12
13func NewAsyncTimeoutError(url string) error {
14 return &AsyncTimeoutError{url: url}
15}
16
17func (err *AsyncTimeoutError) Error() string {
18 return fmt.Sprintf(T("Error: timed out waiting for async job '{{.ErrURL}}' to finish",

Callers 2

waitForJobMethod · 0.92
gateway_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected