MCPcopy Create free account
hub / github.com/efficientgo/e2e / BuildErr

Method BuildErr

env.go:154–154  ·  view source on GitHub ↗

BuildErr returns error if runnable failed to build. If error happened during build all methods like Start, WaitReady, Kill and Stop will return this error. Rest of the methods will yield empty results, so if you want to use those before any of the Start, WaitReady, Kill or Stop, you can use BuildErr

()

Source from the content-addressed store, hash-verified

152 // Start, WaitReady, Kill and Stop will return this error. Rest of the methods will yield empty results, so if you
153 // want to use those before any of the Start, WaitReady, Kill or Stop, you can use BuildErr to check for error explicitly.
154 BuildErr() error
155
156 // IsRunning returns if runnable was started.
157 IsRunning() bool

Callers 2

SetScrapeConfigsMethod · 0.65
SetConfigEncodedMethod · 0.65

Implementers 2

errorerenv_docker.go
dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by

no test coverage detected