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

Method Error

codersdk/workspacesdk/workspaceagentconnwatch.go:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (e *WatchError) Error() string {
41 if e.Details != "" {
42 return fmt.Sprintf("%s: %s", e.Message, e.Details)
43 }
44 return e.Message
45}
46
47type BuildUpdate struct {
48 Transition codersdk.WorkspaceTransition `json:"transition"`

Calls

no outgoing calls