Interface ResourceSizeLimitExceededError

All Superinterfaces:
ErrorObject

public interface ResourceSizeLimitExceededError extends ErrorObject

Returned when the resource exceeds the maximum allowed size of 16 MB.


Example to create an instance using the builder pattern

     ResourceSizeLimitExceededError resourceSizeLimitExceededError = ResourceSizeLimitExceededError.builder()
             .message("{message}")
             .build()