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

Method Error

internal/barista/observability/telemetry.twirp.go:840–840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

838}
839
840func (e *wrappedError) Error() string { return e.prefix + ": " + e.cause.Error() }
841func (e *wrappedError) Unwrap() error { return e.cause } // for go1.13 + errors.Is/As
842func (e *wrappedError) Cause() error { return e.cause } // for github.com/pkg/errors
843

Callers 5

serveRecordEventsJSONMethod · 0.45
ErrorMethod · 0.45
callErrorFunction · 0.45
callClientErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected