Represents an error returned by the S3 service. Exposes 
            an error code, a message, a host ID and a request ID for
            debugging purposes.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class S3Error
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | S3Error()()()() | Initializes a new instance of the S3Error class | 
|  | Code | 
            Gets and sets the Code property.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ETag | 
            Gets and sets the ETag property.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HostId | 
            Gets and sets the HostId property.
             | 
|  | Message | 
            Gets and sets the Message property.
             | 
|  | RequestId | 
            Gets and sets the RequestId property.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UploadId | 
            Gets and sets the UploadId property.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | S3Error |