Package org.jclouds.aws.domain
Class AWSError
java.lang.Object
org.jclouds.aws.domain.AWSError
When an Amazon S3 request is in error, the client receives an error response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
The error code is a string that uniquely identifies an error condition.The error message contains a generic description of the error condition in English.* A unique ID assigned to each request by the system.void
void
setDetails
(Map<String, String> context) void
setMessage
(String message) void
setRequestId
(String requestId) void
setRequestToken
(String requestToken) void
setSignature
(String signature) void
setStringSigned
(String stringSigned) toString()
-
Constructor Details
-
AWSError
public AWSError()
-
-
Method Details
-
toString
-
setCode
-
getCode
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type- See Also:
-
setMessage
-
getMessage
The error message contains a generic description of the error condition in English.- See Also:
-
setRequestId
-
getRequestId
* A unique ID assigned to each request by the system. In the unlikely event that you have problems with Amazon S3, Amazon can use this to help troubleshoot the problem. -
setStringSigned
-
getStringSigned
- Returns:
- what jclouds signed before sending the request.
-
setDetails
-
getDetails
- Returns:
- additional details surrounding the error.
-
setRequestToken
-
getRequestToken
-
setSignature
-
getSignature
-