In ext.simple_cloner.php, errors in the entry are being printed to the page:
$errors = ee()->api_channel_entries->get_errors(); print_r($errors);
We're seeing that come up when the editor failed to populate a required field:
Array ( [Field Name] => The following field is required: )
Any help here would be very much appreciated.