MCPcopy
hub / github.com/aws/aws-lambda-go / errorHandler

Function errorHandler

lambda/handler.go:218–222  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

216}
217
218func errorHandler(err error) handlerFunc {
219 return func(_ context.Context, _ []byte) (io.Reader, error) {
220 return nil, err
221 }
222}
223
224type jsonOutBuffer struct {
225 pool *sync.Pool

Callers 1

reflectHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…