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

Interface Error

error.go:47–55  ·  error.go::Error

Source from the content-addressed store, hash-verified

45}
46
47type Error interface {
48 error
49
50 // RedisError is a no-op function but
51 // serves to distinguish types that are Redis
52 // errors from ordinary errors: a type is a
53 // Redis error if it has a RedisError method.
54 RedisError()
55}
56
57var _ Error = proto.RedisError("")
58

Callers

nothing calls this directly

Implementers 13

LoadingErrorinternal/proto/redis_errors.go
ReadOnlyErrorinternal/proto/redis_errors.go
MovedErrorinternal/proto/redis_errors.go
AskErrorinternal/proto/redis_errors.go
ClusterDownErrorinternal/proto/redis_errors.go
TryAgainErrorinternal/proto/redis_errors.go
MasterDownErrorinternal/proto/redis_errors.go
MaxClientsErrorinternal/proto/redis_errors.go
AuthErrorinternal/proto/redis_errors.go
PermissionErrorinternal/proto/redis_errors.go
ExecAbortErrorinternal/proto/redis_errors.go
OOMErrorinternal/proto/redis_errors.go

Calls

no outgoing calls

Tested by

no test coverage detected