Interface ImageProcessingOngoingWarning

All Superinterfaces:
WarningObject

public interface ImageProcessingOngoingWarning extends WarningObject

Contained in responses to an Upload Product image or an Upload Product Tailoring image request with response status code 202 Accepted. Indicates that the API is still creating the remaining sizes of the uploaded image. They will be available on the Content Delivery Network (CDN) soon.


Example to create an instance using the builder pattern

     ImageProcessingOngoingWarning imageProcessingOngoingWarning = ImageProcessingOngoingWarning.builder()
             .message("{message}")
             .build()