MCPcopy Index your code
hub / github.com/coder/coder / Err

Method Err

agent/agentcontainers/devcontainercli.go:420–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418}
419
420func (r devcontainerCLIResult) Err() error {
421 if r.Outcome == "success" {
422 return nil
423 }
424 return xerrors.Errorf("devcontainer up failed: %s (description: %s, message: %s)", r.Outcome, r.Description, r.Message)
425}
426
427// devcontainerCLIJSONLogLine is a log line from the devcontainer CLI.
428type devcontainerCLIJSONLogLine struct {

Callers 15

TestDeploymentInsightsFunction · 0.80
TestWorkspaceAgentLogsFunction · 0.80
waitForUpdatesFunction · 0.80
followMethod · 0.80
NewServerTailnetFunction · 0.80
RecvMethod · 0.80
PingMethod · 0.80
DispatcherMethod · 0.80

Calls 1

ErrorfMethod · 0.45