Uses of Class
com.broadleafcommerce.datafeed.web.domain.ErrorDetail
Packages that use ErrorDetail
- 
Uses of ErrorDetail in com.broadleafcommerce.datafeed.web.domainMethods 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 TypeMethodDescriptionvoidDataFeedProcessExecutionResponse.setErrorDetailsAsObjects(List<ErrorDetail> errorDetailsAsObjects) The list of error details for this execution.voidDataFeedPublicationResponse.setErrorDetailsAsObjects(List<ErrorDetail> errorDetailsAsObjects) The list of error details for this publication.