MCPcopy Index your code
hub / github.com/nutsdb/nutsdb / ErrorHandler

Interface ErrorHandler

options.go:59–61  ·  view source on GitHub ↗

An ErrorHandler handles an error occurred during transaction.

Source from the content-addressed store, hash-verified

57
58// An ErrorHandler handles an error occurred during transaction.
59type ErrorHandler interface {
60 HandleError(err error)
61}
62
63// The ErrorHandlerFunc type is an adapter to ErrorHandler.
64type ErrorHandlerFunc func(err error)

Callers 2

handleErrMethod · 0.65
managedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected