MCPcopy
hub / github.com/benbjohnson/litestream / Error

Method Error

litestream.go:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (e *LTXError) Error() string {
51 if e.Path != "" {
52 return e.Op + " ltx file " + e.Path + ": " + e.Err.Error()
53 }
54 return e.Op + " ltx file: " + e.Err.Error()
55}
56
57func (e *LTXError) Unwrap() error { return e.Err }
58

Callers 15

TestNewLTXErrorFunction · 0.95
StartMethod · 0.45
CloseMethod · 0.45
handleStartMethod · 0.45
handleStopMethod · 0.45
handleTXIDMethod · 0.45
handleSyncMethod · 0.45
handleRegisterMethod · 0.45
handleUnregisterMethod · 0.45

Calls

no outgoing calls