Error associated with the request.
Namespace: Amazon.SimpleNotificationService.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
|