Class S3FinishedResponseContext


  • public class S3FinishedResponseContext
    extends java.lang.Object
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getResponseStatus

        public int getResponseStatus()
      • getErrorPayload

        public byte[] getErrorPayload()
      • isChecksumValidated

        public boolean isChecksumValidated()
      • getCause

        public java.lang.Throwable getCause()
        Cause of the error, such as a Java exception from a callback. May be NULL if there was no exception in a callback.
        Returns:
        throwable
      • getErrorHeaders

        public HttpHeader[] getErrorHeaders()
        In the case of a failed HTTP response, get the headers of the response. May be NULL.
        Returns:
        array of headers