MCPcopy Create free account
hub / github.com/codehamr/codehamr / Error

Method Error

internal/cloud/cloud.go:109–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107type ErrUnreachable struct{ Err error }
108
109func (e ErrUnreachable) Error() string { return "backend unreachable: " + e.Err.Error() }
110func (e ErrUnreachable) Unwrap() error { return e.Err }
111
112// AuthHeader returns the Bearer header a cloud-routed request needs.

Calls

no outgoing calls