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 TypeMethodDescriptionvoidProductList.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 DataExchangeErrorDefaultBatchItemErrorHandler.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 voidWebClientBadRequestExceptionErrorResolver.handleBadRequestError(DataExchangeError error, Map<String, Object> responseBodyMap, org.springframework.web.reactive.function.client.WebClientResponseException.BadRequest badRequest) protected voidWebClientBadRequestExceptionErrorResolver.handleValidationException(DataExchangeError error, Map<String, Object> responseBodyMap, org.springframework.web.reactive.function.client.WebClientResponseException.BadRequest exception) protected voidWebClientHttpRequestAwareErrorResolver.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 voidWebClientHttpRequestAwareErrorResolver.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)