MCPcopy Create free account
hub / github.com/Shopify/ghostferry / PanicErrorHandler

Struct PanicErrorHandler

error_handler.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type PanicErrorHandler struct {
19 Ferry *Ferry
20 ErrorCallback HTTPCallback
21 DumpStateToStdoutOnError bool
22 errorCount int32
23}
24
25func (this *PanicErrorHandler) ReportError(from string, err error) {
26 logger := LogWithField("tag", "error_handler")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected