AWS SDK for .NET Documentation
Error Class
AmazonAmazon.SimpleDB.ModelError Did this page help you?   Yes   No    Tell us about it...
A specific error associated with a Amazon SimpleDB request.
Declaration Syntax
C#
public class Error
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) Obsolete.
Sets the Code property

WithDetail(Object) Obsolete.
Sets the Detail property

WithMessage(String) Obsolete.
Sets the Message property

WithType(String) Obsolete.
Sets the Type property

Inheritance Hierarchy
Object
Error

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)