Class ShipEngineApiError
- 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 Summary
Constructors Constructor Description ShipEngineApiError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Object>getDetails()StringgetErrorCode()StringgetErrorSource()StringgetErrorType()StringgetMessage()inthashCode()voidsetDetails(Map<String,Object> details)voidsetErrorCode(String errorCode)voidsetErrorSource(String errorSource)voidsetErrorType(String errorType)voidsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
getErrorSource
public String getErrorSource()
-
getErrorType
public String getErrorType()
-
getErrorCode
public String getErrorCode()
-
getMessage
public String getMessage()
-
setErrorSource
public void setErrorSource(String errorSource)
-
setErrorType
public void setErrorType(String errorType)
-
setErrorCode
public void setErrorCode(String errorCode)
-
setMessage
public void setMessage(String message)
-
canEqual
protected boolean canEqual(Object other)
-
-