MCPcopy Create free account
hub / github.com/convox/rack / Error

Method Error

pkg/test/error.go:7–9  ·  view source on GitHub ↗

Error satisfies the error interface

()

Source from the content-addressed store, hash-verified

5
6// Error satisfies the error interface
7func (e ErrorNotFound) Error() string {
8 return string(e)
9}
10
11// NotFound defines the behavior of this error
12func (e ErrorNotFound) NotFound() bool {

Callers 15

ErrorFunction · 0.45
WaitForAppDeletedFunction · 0.45
TestRetryFunction · 0.45
TestWaitFunction · 0.45
waitForResourceDeletedFunction · 0.45
StartFunction · 0.45
proxyFunction · 0.45
proxyConnectionFunction · 0.45
TestResolveGroup_UnknownFunction · 0.45
TestResolveGroup_EmptyFunction · 0.45

Calls

no outgoing calls