MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / HandleError

Method HandleError

options.go:60–60  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

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.

Callers 2

handleErrMethod · 0.65
managedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected