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

Method Error

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

for github.com/pkg/errors

()

Source from the content-addressed store, hash-verified

881func (e *internalWithCause) Unwrap() error { return e.cause } // for go1.13 + errors.Is/As
882func (e *internalWithCause) Cause() error { return e.cause } // for github.com/pkg/errors
883func (e *internalWithCause) Error() string { return e.msg + ": " + e.cause.Error() }
884func (e *internalWithCause) Code() twirp.ErrorCode { return twirp.Internal }
885func (e *internalWithCause) Msg() string { return e.msg }
886func (e *internalWithCause) Meta(key string) string { return "" }

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected