Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LambdaFunctionError (0.08 sec)

  1. cmd/object-lambda-handlers.go

    		writeErrorResponse(ctx, w, *apiErr, r.URL)
    		return
    	}
    
    	if resp.StatusCode != http.StatusOK {
    		writeErrorResponse(ctx, w, APIError{
    			Code:           "LambdaFunctionError",
    			HTTPStatusCode: resp.StatusCode,
    			Description:    "unexpected failure reported from lambda function",
    		}, r.URL)
    		return
    	}
    
    	if !globalAPIConfig.shouldGzipObjects() {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 22 07:04:48 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top