Class ExportFileWriteResponse


  • public final class ExportFileWriteResponse
    extends Object
    Response returned by ExportFileWriter to indicate the results of writing to a file.
    Author:
    Samarth Dhruva (samarthd)
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
        True if the write operation completed successfully, false otherwise.
      • getErrorMessage

        public String getErrorMessage()
        If successful is false, then this should contain a description of the error encountered when attempting to write to the file. This will be used by ExportManager and set on the corresponding Export.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object