java.lang.Object
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiError

public class ShipEngineApiError extends Object
Holds error data from the ShipEngine response. Supports a map of dynamic fields.
  • Constructor Details

    • ShipEngineApiError

      public ShipEngineApiError()
  • Method Details

    • getErrorSource

      public String getErrorSource()
    • getErrorType

      public String getErrorType()
    • getErrorCode

      public String getErrorCode()
    • getMessage

      public String getMessage()
    • getDetails

      public Map<String,Object> getDetails()
    • setErrorSource

      public void setErrorSource(String errorSource)
    • setErrorType

      public void setErrorType(String errorType)
    • setErrorCode

      public void setErrorCode(String errorCode)
    • setMessage

      public void setMessage(String message)
    • setDetails

      public void setDetails(Map<String,Object> details)
    • 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