MCPcopy
hub / github.com/redis/go-redis / AuthError

Struct AuthError

internal/proto/redis_errors.go:152–154  ·  view source on GitHub ↗

AuthError is returned when authentication fails.

Source from the content-addressed store, hash-verified

150
151// AuthError is returned when authentication fails.
152type AuthError struct {
153 msg string
154}
155
156func (e *AuthError) Error() string {
157 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected