A specific error associated with a Amazon SimpleDB request.

Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Error
Public Class Error
public ref class Error

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Error()()()()
Initializes a new instance of the Error class
Code
Gets and sets the Code property. The specific error code.
Detail
Gets and sets the Detail property. Details associated with the error.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetCode()()()()
Checks if Code property is set
IsSetDetail()()()()
Checks if Detail property is set
IsSetMessage()()()()
Checks if Message property is set
IsSetType()()()()
Checks if Type property is set
Message
Gets and sets the Message property. The specific error code.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Gets and sets the Type property. The error type.
WithCode(String)
Sets the Code property
WithDetail(Object)
Sets the Detail property
WithMessage(String)
Sets the Message property
WithType(String)
Sets the Type property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleDB.Model..::..Error

See Also