Class ShipEngineApiError
java.lang.Object
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiError
Holds error data from the ShipEngine response. Supports a map of dynamic fields.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setDetails
(Map<String, Object> details) void
setErrorCode
(String errorCode) void
setErrorSource
(String errorSource) void
setErrorType
(String errorType) void
setMessage
(String message) toString()
-
Constructor Details
-
ShipEngineApiError
public ShipEngineApiError()
-
-
Method Details