Class DataExchangeError

java.lang.Object
com.broadleafcommerce.dataexchange.domain.exception.DataExchangeError
All Implemented Interfaces:
Serializable

public class DataExchangeError extends Object implements Serializable
Container to provide granular details about individual errors that may have occurred during the processing of a batch.
Author:
Kelly Tisdell
See Also:
  • Constructor Details

    • DataExchangeError

      public DataExchangeError()
  • Method Details

    • getHttpStatus

      public int getHttpStatus()
      HTTP status code associated with this error (typically received from another service-to-service call).
    • getMessage

      public String getMessage()
      Message indicating details about the exception or error.
    • getPath

      public String getPath()
      Object graph path to the entity associated with this error.
    • setHttpStatus

      public void setHttpStatus(int httpStatus)
      HTTP status code associated with this error (typically received from another service-to-service call).
    • setMessage

      public void setMessage(String message)
      Message indicating details about the exception or error.
    • setPath

      public void setPath(String path)
      Object graph path to the entity associated with this error.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object