Uses of Class
com.broadleafcommerce.dataexchange.domain.exception.DataExchangeError
Packages that use DataExchangeError
Package
Description
-
Uses of DataExchangeError in com.broadleafcommerce.dataexchange.domain.catalog.product
Methods in com.broadleafcommerce.dataexchange.domain.catalog.product that return types with arguments of type DataExchangeErrorMethod parameters in com.broadleafcommerce.dataexchange.domain.catalog.product with type arguments of type DataExchangeErrorModifier and TypeMethodDescriptionvoid
ProductList.setErrors
(List<DataExchangeError> errors) This will be a list oferrors
. -
Uses of DataExchangeError in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service that return types with arguments of type DataExchangeErrorModifier and TypeMethodDescriptionBatchContext.getResponseErrors()
Error details to return to the caller. -
Uses of DataExchangeError in com.broadleafcommerce.dataexchange.service.error
Methods in com.broadleafcommerce.dataexchange.service.error that return DataExchangeErrorModifier and TypeMethodDescriptionDataExchangeGlobalException.getError()
protected DataExchangeError
DefaultBatchItemErrorHandler.initError
(ExchangeObject exchangeObject, Throwable throwable) ErrorResolver.resolve
(DataExchangeError error, Throwable t) Maps the exception to a readable error message.FallbackErrorResolver.resolve
(DataExchangeError error, Throwable t) WebClientBadRequestExceptionErrorResolver.resolve
(DataExchangeError error, Throwable t) WebClientExceptionErrorResolver.resolve
(DataExchangeError error, Throwable t) Methods in com.broadleafcommerce.dataexchange.service.error with parameters of type DataExchangeErrorModifier and TypeMethodDescriptionprotected void
WebClientBadRequestExceptionErrorResolver.handleBadRequestError
(DataExchangeError error, Map<String, Object> responseBodyMap, org.springframework.web.reactive.function.client.WebClientResponseException.BadRequest badRequest) protected void
WebClientBadRequestExceptionErrorResolver.handleValidationException
(DataExchangeError error, Map<String, Object> responseBodyMap, org.springframework.web.reactive.function.client.WebClientResponseException.BadRequest exception) protected void
WebClientHttpRequestAwareErrorResolver.populateRequestInfoFields
(DataExchangeError error, org.springframework.web.reactive.function.client.WebClientResponseException exception) Sets the URL path and headers (if enabled and available) on the error object.ErrorResolver.resolve
(DataExchangeError error, Throwable t) Maps the exception to a readable error message.FallbackErrorResolver.resolve
(DataExchangeError error, Throwable t) WebClientBadRequestExceptionErrorResolver.resolve
(DataExchangeError error, Throwable t) WebClientExceptionErrorResolver.resolve
(DataExchangeError error, Throwable t) protected void
WebClientHttpRequestAwareErrorResolver.setHeadersOnResponse
(DataExchangeError error, org.springframework.web.reactive.function.client.WebClientResponseException exception) Sets the request headers on the error object if enabled and available.Constructors in com.broadleafcommerce.dataexchange.service.error with parameters of type DataExchangeErrorModifierConstructorDescriptionDataExchangeGlobalException
(DataExchangeError error, Throwable cause)