Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiError
-
-
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 ShipEngineApiError Modifier and Type Method Description List<ShipEngineApiError>ListCarriersResponse. getErrors()Method parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.carriers.response with type arguments of type ShipEngineApiError Modifier and Type Method Description voidListCarriersResponse. 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 ShipEngineApiError Modifier and Type Method Description List<ShipEngineApiError>ShipEngineApiErrorWrapper. getErrors()Method parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with type arguments of type ShipEngineApiError Modifier and Type Method Description voidShipEngineApiErrorWrapper. setErrors(List<ShipEngineApiError> errors)Constructor parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with type arguments of type ShipEngineApiError Constructor Description ShipEngineApiErrorWrapper(String requestId, List<ShipEngineApiError> errors)
-