Get all mapping error

Hi,
When I execute an insert I only get the first exception but I am looking to get all of them. Is it possible?
For example:
TransportError(400, u'mapper_parsing_exception', u'failed to parse [ID]')
I would like to get the others exception like this:
TransportError(400, u'mapper_parsing_exception', u'failed to parse [ID, 'VALUE', 'OTHER_FIELD']')

Thanks

I don't think so. I believe we are stopping at the first exception raised.