MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / Error

Method Error

lambda/rpc_function_test.go:93–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91type CustomError struct{}
92
93func (e CustomError) Error() string { return "Something bad happened!" }
94
95func TestCustomError(t *testing.T) {
96 srv := NewFunction(testWrapperHandler(

Callers 13

lambdaWrapWithClientFunction · 0.45
TestRequestForbiddenFunction · 0.45
safeMarshalFunction · 0.45
TestInvokesFunction · 0.45
TestInvalidJsonInputFunction · 0.45
TestHandlerTraceFunction · 0.45
TestClientNextFunction · 0.45
TestStatusCodesFunction · 0.45
lambdaErrorResponseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected