Interface: s3.RequestFailure
import "../ibm-cos-sdk-go/service/s3"
Overview
A RequestFailure provides access to the S3 Request ID and Host ID values returned from API operation errors. Getting the error as a string will return the formated error with the same information as awserr.RequestFailure, while also adding the HostID value from the response.
Interface Method Summary collapse
-
HostID() string
interface
Host ID is the S3 Host ID needed for debug, and contacting support.
Interface Method Details
HostID() string
This method is abstract.
Host ID is the S3 Host ID needed for debug, and contacting support
94 |
// File 'service/s3/unmarshal_error.go', line 94
|