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

Method Unwrap

push/errors.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (e *HandlerError) Unwrap() error {
93 return e.Err
94}
95
96// NewHandlerError creates a new HandlerError
97func NewHandlerError(operation ProcessorOperation, pushNotificationName, reason string, err error) *HandlerError {

Callers 2

TestHandlerErrorFunction · 0.95
_getConnMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestHandlerErrorFunction · 0.76