MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / unauthedError

Struct unauthedError

cmd/root_test.go:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149type unauthedError struct{}
150
151func (e *unauthedError) Error() string { return "unauthorized" }
152func (e *unauthedError) IsUnauthorized() bool { return true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected