MCPcopy
hub / github.com/riverqueue/river / errorHandlerAdapter

Struct errorHandlerAdapter

producer.go:1075–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075type errorHandlerAdapter struct {
1076 errorHandler ErrorHandler
1077}
1078
1079func (e *errorHandlerAdapter) HandleError(ctx context.Context, job *rivertype.JobRow, err error) *jobexecutor.ErrorHandlerResult {
1080 result := e.errorHandler.HandleError(ctx, job, err)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected