MCPcopy Create free account
hub / github.com/dataddo/pgq / Error

Method Error

consumer.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e fatalError) Error() string {
38 return fmt.Sprintf("pgq consumer fatal error: %v", e.Err)
39}
40
41func (e fatalError) Unwrap() error { return e.Err }
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected