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

Struct AuthError

pkg/cmd/root/root.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54)
55
56type AuthError struct {
57 err error
58}
59
60func (ae *AuthError) Error() string {
61 return ae.err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected