Error associated with the request.

Namespace: Amazon.SimpleNotificationService.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. See the Load Balancing developer documentation for more details.
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. A summary of the error.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Gets and sets the Type property. The error type. There are two types of error codes: client and server. these error codes are prefixed with Client. For example: Client.AuthFailure.
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.SimpleNotificationService.Model..::..Error

See Also