Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiError
Packages that use ShipEngineApiError
Package
Description
-
Uses of ShipEngineApiError in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.carriers.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.carriers.response that return types with arguments of type ShipEngineApiErrorMethod parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.carriers.response with type arguments of type ShipEngineApiErrorModifier and TypeMethodDescriptionvoid
ListCarriersResponse.setErrors
(List<ShipEngineApiError> errors) -
Uses of ShipEngineApiError in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common that return types with arguments of type ShipEngineApiErrorMethod parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with type arguments of type ShipEngineApiErrorModifier and TypeMethodDescriptionvoid
ShipEngineApiErrorWrapper.setErrors
(List<ShipEngineApiError> errors) Constructor parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with type arguments of type ShipEngineApiErrorModifierConstructorDescriptionShipEngineApiErrorWrapper
(String requestId, List<ShipEngineApiError> errors)