Struct: http.ResponseTimeoutError

import "../ibm-cos-sdk-go-v2/aws/transport/http"

Overview

ResponseTimeoutError is an error when the reads from the response are delayed longer than the timeout the read was configured for.

Implemented Interfaces

types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream

Structure Field Summary collapse

Method Summary collapse

Structure Field Details

TimeoutDur time.Duration

Method Details

func (e *ResponseTimeoutError) Error() string



28
29
30
// File 'aws/transport/http/timeout_read_closer.go', line 28

func (e *ResponseTimeoutError) Error() string { return fmt.Sprintf("read on body reach timeout limit, %v", e.TimeoutDur) }