Interface: s3.ResponseError
import "../ibm-cos-sdk-go-v2/service/s3"
Overview
ResponseError provides the HTTP centric error type wrapping the underlying error with the HTTP response value and the deserialized RequestID.
Interface Method Summary collapse
- ServiceHostID() string interface
- ServiceRequestID() string interface
Interface Method Details
ServiceHostID() string
This method is abstract.
1029 |
// File 'service/s3/api_client.go', line 1029
|
ServiceRequestID() string
This method is abstract.
1030 |
// File 'service/s3/api_client.go', line 1030
|