Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiError
Package
Description
-
Uses of ShipEngineApiError in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.carriers.response
Modifier and TypeMethodDescriptionvoid
ListCarriersResponse.setErrors
(List<ShipEngineApiError> errors) -
Uses of ShipEngineApiError in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common
Modifier and TypeMethodDescriptionvoid
ShipEngineApiErrorWrapper.setErrors
(List<ShipEngineApiError> errors) ModifierConstructorDescriptionShipEngineApiErrorWrapper
(String requestId, List<ShipEngineApiError> errors)