Uses of Class
com.broadleafcommerce.datafeed.web.domain.ErrorDetail
Packages that use ErrorDetail
-
Uses of ErrorDetail in com.broadleafcommerce.datafeed.web.domain
Methods in com.broadleafcommerce.datafeed.web.domain that return types with arguments of type ErrorDetailModifier and TypeMethodDescriptionDataFeedProcessExecutionResponse.getErrorDetailsAsObjects()
The list of error details for this execution.DataFeedPublicationResponse.getErrorDetailsAsObjects()
The list of error details for this publication.Method parameters in com.broadleafcommerce.datafeed.web.domain with type arguments of type ErrorDetailModifier and TypeMethodDescriptionvoid
DataFeedProcessExecutionResponse.setErrorDetailsAsObjects
(List<ErrorDetail> errorDetailsAsObjects) The list of error details for this execution.void
DataFeedPublicationResponse.setErrorDetailsAsObjects
(List<ErrorDetail> errorDetailsAsObjects) The list of error details for this publication.