Class BatchFailure

java.lang.Object
com.helixframework.api.contract.batch.BatchFailure

public class BatchFailure extends Object
Represents a failure in a batch operation.
  • Method Details

    • builder

      public static BatchFailure.Builder builder()
      Returns a Builder object for creating an instance of BatchFailure.
      Returns:
      a Builder object
    • getId

      public String getId()
      Returns the identifier of this BatchFailure.
      Returns:
      the identifier of this BatchFailure
    • getCode

      public String getCode()
      Retrieves the code associated with a BatchFailure.
      Returns:
      the code
    • getStatus

      public String getStatus()
      Retrieves the status of the BatchFailure.
      Returns:
      the status of the BatchFailure
    • getMessage

      public String getMessage()
      Gets the message associated with the BatchFailure.
      Returns:
      the message