Class AWSError


  • public class AWSError
    extends Object
    When an Amazon S3 request is in error, the client receives an error response.
    See Also:
    • Constructor Detail

      • AWSError

        public AWSError()
    • Method Detail

      • setCode

        public void setCode​(String code)
      • getCode

        public String 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

        public void setMessage​(String message)
      • getMessage

        public String getMessage()
        The error message contains a generic description of the error condition in English.
        See Also:
      • setRequestId

        public void setRequestId​(String requestId)
      • getRequestId

        public String 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

        public void setStringSigned​(String stringSigned)
      • getStringSigned

        public String getStringSigned()
        Returns:
        what jclouds signed before sending the request.
      • getDetails

        public Map<String,​String> getDetails()
        Returns:
        additional details surrounding the error.
      • setRequestToken

        public void setRequestToken​(String requestToken)
      • getRequestToken

        public String getRequestToken()
      • setSignature

        public void setSignature​(String signature)
      • getSignature

        public String getSignature()