Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
Types ¶
type S3Error ¶
type S3Error struct {
XMLName xml.Name `xml:"Error"`
Code string
Message string
RequestId string
HostId string
StatusCode int `xml:"-"`
}
func ErrorAccessDenied ¶
func ErrorAccessDenied() *S3Error
func ErrorInternalError ¶
func ErrorNoSuchBucket ¶
func ErrorNoSuchBucket() *S3Error
func ErrorNotImplemented ¶
func ErrorNotImplemented() *S3Error
func (*S3Error) WithHostID ¶
func (*S3Error) WithRequestID ¶
Click to show internal directories.
Click to hide internal directories.